在影片剪辑中交换不同颜色的矩形
我正在尝试创建一个基本示例。使用帧我知道如何做到这一点,但我想知道如何使用动作脚本 3 来完成此操作。
使用帧:
一个影片剪辑,其中有 6 个帧
前 3 帧中的红色矩形
最后 3 帧中的蓝色矩形
有人可以告诉我如何使用 AS3 执行此操作吗?
I am trying to create a basic example. Using frames i know how to do that but i want to know how this can be done using action script 3.
Using frame:
A movieclip in which there are 6 frames
Red rectangle in first 3 frames
Blue rectangle in last 3 frames
Can someone please tell me how to do this using AS3?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有很多方法可以实现这一点,您可以使用 Timer 、 Tween 等...这是一个基本示例。
There are many ways to achieve this, you could use Timer , Tween etc... here's a basic example.