Open oxysoft opened 9 years ago
In a class which extends Sprite
animations.play('run-down');
The animation doesn't immediately replace the old one (probably waits for the last frame of the old animation to end)
In a class which extends Sprite
The animation doesn't immediately replace the old one (probably waits for the last frame of the old animation to end)