是否可以仅使用 AS3 更改一个 MovieClip 的播放速度而不更改帧速率?
是否可以仅使用 AS3 更改一个 MovieClip 的播放速度而不更改帧速率?我的意思是,MovieClip 或某处是否有任何函数/属性可以同时更改仅一个 MovieClip 的播放速度而不影响一般帧速率?先感谢您 :-)
Is it possible to change playback speed of only one MovieClip without changing framerate using only AS3? I mean, is there any function/property in MovieClip or somewhere that changes the playback speed of ONLY one MovieClip at the same time not affecting general framerate? Thank you in advance :-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用
Timer
class
你可以做到这一点。但是,计时器会根据 swf 的帧速率或可用内存以及其他因素而有所不同。
了解更多点击此处
using
Timer
class
u can do that.but, Timer will vary depends on the swf's framrate or available memory and other factors.
for more click here
您可以使用 Flash 的补间类,还有另一个用于补间对象的外部类,我在这里向您推荐它是 那个
you can use tween classes of flash as well as there is another external classes for tweening objects which i recommend for you here it is link for that