Hi,
When in the Class AnimationSheet when i set a animation like :
this.addAnimation("openDoor", [0,1,2,3]);
the animation ends when it passes through the frames 0,1,2,3 or 0,1,2,3,0?
because the frame 0 is repeated and only after that the animation ends
this.setCurrentAnimation("openDoor", function(){ me.game.remove(this) });
I want that animation end on the 3 frame.
(Sorry my english)
Thanks to all,
Francisco