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?
use ready function:
function ready(scene) { scene.book.enableMouse(false); } ready;
use ready function: