Flash Flip Page curl effect in AS3

不想你离开。 提交于 2019-12-06 09:29:38
package

There's an awesome open source Flex project by Ruben Swieringa: http://www.rubenswieringa.com/code/as3/flex/Book/

It has many features like transparent pages, hard covers, page tearing etc. It uses bitmap transformations to do the actual flipping.

It is based on some online tutorial which I can't find now, last time I checked it was like 2 or 3 years ago. It's is much simpler engine and uses masks instead of bitmaps for flipping. But this also allows you to embed interactive content (anchors, linking to other pages, audio/video, animations etc.). I don't host the code online but if you're interested maybe I can share it.

Why not to take basic page-flip AS2 engine and rewrite it to AS3 to meet your requirements? Page flip code (inside fla) found here http://pageflip.hu/pageflip2/pageflip_v225_source.php is clear and well commented.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!