使用createjs进行SpriteSheet动画的进度事件?

时间:2013-07-08 11:45:51

标签: easeljs createjs

我正在使用“onAnimationEnd”事件但是想要在动画进展时做一些工作。所以我想通过任何进展或任何事件了解当前的动画帧号?

感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

您可以使用tick-eventhttp://www.createjs.com/Docs/EaselJS/classes/BitmapAnimation.html#event_tick)并使用属性currentAnimationcurrentAnimationFrame和/或currentFramehttp://www.createjs.com/Docs/EaselJS/classes/BitmapAnimation.html#property_currentAnimation

<强>更新 每当显示的帧发生变化时,Sprite现在会调度 change event 。 (gskinner通过评论)