Actionscript 中的位图变形补间?
如何在 Actionscript 中进行位图补间变形?我想使用 BitmapData 或其他东西将面板变成按钮,但我不知道从哪里开始。
How do you do a bitmap morph tween in Actionscript? I would like to morph a Panel into a Button, using BitmapData or something but I have no idea where to begin.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
淡入淡出+调整大小将是一个简单的解决方案。任何补间库,例如 Tweener、Tweenlite 可以完成这项工作。在这种情况下,按钮在转换后也将可用。
如果你指的是真正的图像变形,抱歉我还没有看到任何as3库。
Fading+resizing will be a simple solution. Any tweening library, like Tweener, Tweenlite will do the job. In this case the Button will be usable after transition too.
If you mean real image morphing, sorry I haven't seen any as3 library for that yet.
最好的方法是使用第 3 方变形程序并将视频嵌入到 Flash 中。
The best way is to use a 3rd party morph program and embed the video into Flash.