Hello,
How do I set animation frame (zero-based) in Javascript, when I use .setAnimation() ?
Thanks !
ISpriteInstance.animationFrame = frame;
you set the property after you set the animation.
Develop games in your browser. Powerful, performant & highly capable.
Thanks, i trying.