ManBoy Posted March 17, 2014 Share Posted March 17, 2014 How do I start animation from different frame? var randomFrame = RandomUtils.randomFromTo(0,this.animations.getAnimation('Idle').frameTotal - 1);this.animations.getAnimation('Idle').frame = randomEFrame;this.animations.play('Idle'); The animation still starts from the first frame. Link to comment Share on other sites More sharing options...
Recommended Posts