Flash - 页面撕裂动画?

发布于 2024-10-20 19:25:39 字数 92 浏览 2 评论 0原文

谁能推荐一个不错的教程、插件或方法来在 Flash 中创建页面撕裂效果?

我想创建一个记事本,可以撕下每个页面以显示更多内容。

谢谢 保罗

Can anyone recommend a decent tutorial, add-on or approach to creating a page rip off effect in flash?

I want to create a notepad where each page can be ripped off to reveal further content.

Thanks
Paul

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

永不分离 2024-10-27 19:25:39

您是否正在寻找具有撕裂功能的 pageFlip ?如果是这样,它确实存在,即使我找不到链接(无论如何它是AS2)。

如果你想要更多的灵活性,你可以看看布料模拟; derschmale 做了一个很好的例子pixelero 对链表做了同样的事情(=更快)

还有一个名为 Traer 已从 java 移植,允许您获取 Traer 。 com/?p=44" rel="nofollow">布料行为,代码行数更少,并进行了一些微调(刚度、阻尼等)。

总体思路是将要撕下的显示对象细分为一系列三角形,在 BitmapData 中拍摄该对象的快照,然后使用 drawTriangles() 方法重新绘制扭曲的网格。
我认为这就是他们在布料示例中所做的事情。

are you looking for a pageFlip with a tearing feature? if so it does exist even though I can't find the link (anyway it was AS2).

if you want more flexibility, you can take a look at a cloth simulation ; derschmale did a great example and pixelero did sort of the same with linked lists (=faster)

there's also this particle physics engine called Traer that have been ported from java and that allows you to get the cloth behaviour with fewer lines of code and some fine tuning (stiffness, damping a.s.o. ).

the general idea is to subdivide the displayObject you want to tear off into a series of triangles, take a snapshot of that object in a BitmapData, then redraw the distorted grid with the drawTriangles() method.
I think it is how they do the thing in the cloth examples.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文