在 ActionsScript 3.0 中检测我何时离开框架?
是否有一个事件侦听器可用于检测我何时在时间轴上留下特定帧?
如果我是正确的,Event.FRAME_EXIT 仅适用于较新版本的 Flash。这是正确的吗? (我正在使用 CS3。)
Is there an event listener to use to detect whenever I am leaving a particular frame on my timeline?
If I am correct, Event.FRAME_EXIT only works on the newer versions of Flash. Is that correct? (I am working with CS3.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Flash Player 9 及更高版本支持 Event.EXIT_FRAME:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/Event.html#EXIT_FRAME
编辑:...但这似乎不是全部真相,请参阅下面的评论。
Event.EXIT_FRAME is supported in Flash Player 9 and above:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/Event.html#EXIT_FRAME
Edit: ... but that doesn't seem to be the whole truth, see comments below.