qualcuno ha mai usato l'effetto tipo libro PAGE FLIP?
per vederlo
http://www.pixelwit.com/flip/PageFlip.html
per scaricarlo
http://www.quasimondo.com/archives/000352.php

il fatto è che se aggiungo le pagine come devono essere aggiunte
e modifico l'AS e da maxpages metto es 10 non funziona me le fa bianche
var pageWi = 200;
var PageHi = 300;
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 = 8;