我只用 AS3 编程过;在 Flash CS4 中创建简单动画最简单的做法是什么?
我已经使用Flash有一段时间了,但很少使用创作工具。我想创建一个快速的小幻灯片,其中用户单击按钮,当您从一张幻灯片移动到另一张幻灯片时,屏幕上的资源会淡入淡出。我不想以编程方式执行此操作...使用一些 AS3 但主要依赖 CS4 的创作工具来执行此操作的最快途径是什么?我记得几年前,当我第一次学习 Flash 时,您将元素放置在舞台上并将它们拉伸到多个框架上。这看起来工作量很大...我宁愿总共有 10 个帧,每个帧都是幻灯片中的一个步骤,每次单击下一个按钮都会转到下一帧,每个帧都有其自己的动画。
So I've been using Flash for awhile, but rarely ever use the authoring tool. I want to create a quick little slideshow in which a user clicks buttons, and assets on the screen fade in an out as you move from slide to slide. I don't want to do this programatically...what's the quickest route to go about doing this, with using some AS3 but primarily relying on CS4's authoring tools? I remember when I first learned flash, years ago, you placed elements on stage and stretched them out over multiple frames. That seems like a lot of work...I'd rather just have, say, 10 total frames, each frame being a step in the slideshow, and each click of the next button going to that next frame, with each frame having its own animations.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您应该使用框架脚本,flash IDE 还为您提供了在制作框架动画时进行编码的可能性。这样您就可以充分利用在 IDE 中工作的优势。
I think you should work with framescripts, flash IDE also gives you this possibility to code while you make frame animations. This way you will take the most advantage of working in the IDE.