diff --git a/src/extras/MovieClip.js b/src/extras/MovieClip.js index ce6d53f..cb8916f 100644 --- a/src/extras/MovieClip.js +++ b/src/extras/MovieClip.js @@ -201,8 +201,7 @@ { if (this.loop) { - this._currentTime += this._textures.length; - this._texture = this._textures[this._currentTime]; + this._texture = this._textures[this._textures.length - 1 + floor % this._textures.length]; } else {