Ragazzi ho un piccolo problema con il libro che ormai gira da tempo.
Il codice che ho nella clip principale è:

stop();

_level0.pagesAbs = this;
// Set page dimensions
var pageWi = 300;
var PageHi = 350;
var pageWiHi = pageWi+pageHi;
var pivotY = pageHi/2+pageWi;
var pageColor = 0xFFFFE5;
// "dir" equals either 1 or -1 and determines if you
// are flipping forward or backward through the book
var dir = 1;
// "flipPage" is the # "between" the two flipping page #'s
var flipPage = 1.5;
// "curPage" is the # between the two currently viewed page #'s
var curPage = .5;
// "maxPages" should be an even number
var maxPages = 18;
// "autoStep" percentage of page width determining step size when auto-closing
var autoStep = .05;
// "dragging" is true if you are dragging the page
var dragging = true;
//
ecc........


Mi chiedo: come faccio a far si che solo cliccando si giri la pagina?