AS3:获取帧标签的帧号的简单方法
有没有一种简单的方法来获取帧标签的帧号?
Is there a simple way to get the frame number of a frame label?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有一种简单的方法来获取帧标签的帧号?
Is there a simple way to get the frame number of a frame label?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我还没有测试过,但以下应该有效。 Scene 对象的 labels 属性是一个包含标签和标签的对象数组。帧数。
i haven't tested it but the following should work. the labels property of the Scene object is an Array of objects containing both the label & number of the frames.
查看框架属性 来自 FrameLabel
Look at the frame property from the FrameLabel
currentFrame 返回影片剪辑的当前帧号。
currentFrame return the current frame number of the movieclip.