3D FlipBook - flipping pages - arrows only

s***b@gmail.com
2021-01-30
2021-02-04

I wanna turn off turning pages by going to lower right/left part of the page and keep the arrows as only way to turn pages. How can I do that?

Replies

a***r@3dflipbook.net
2021-02-04
2021-02-04

use ready function:

 function ready(scene) {
  scene.book.enableMouse(false);
} ready;
Log In to leave a comment