Originariamente inviato da snik
ok, io il file l'ho aperto ma siccome le pagine sono 16 io ne dovrei fare molte più di 16 come devo aggiungerle?
Ho scaricato il sorgente; snik, lo hai guardato? dimmi la verità


Sul frame 15 c'è un'etichetta: help, read here

PageFlip - Help ----------------------------------------------------------

frame1: Self loader
(never export items to the first frame, and copy one instance
to the layer exported/frame4 of every exported items)
//sorry for my bad english...
frame4: layer exported: here is all the exported items
frame5: here is the main code.
frame6: the main code is activated here.

...


adding pages: ------------------------------------------------------------

you have template pages in the library:
page_templateLEFT
page_templateRIGHT

If you want a new page, DUPLICATE on of the templates (depending on what side your page will be).
Edit the content of the layer "content".
Export your new page (Library/linkage), and don't forget to uncheck "Export in first frame",
then copy an instance to the exported items! (Main timeline/Layer: exported/ frame 4)
The last step, is to change the page data (layer actions/frame5/from line26):

add a new line:
addPage("yourPagesExportName"); or
addPage("yourPagesExportName",true); if you want to enable tearing of it!

Always insert pages in pair!!!
E un mucchio di altre cose, incluse le indicazioni di cosa c'è nelle azioni dei frame 5 e 6.

Non so, vuoi la traduzione?