I just whant to know if there is any posibility to change a spritemap animation once set .Like:
myAnim.add("anim",[0,1,2],speed,false);
Could i change speed so it affects the animation?
TY.
I just whant to know if there is any posibility to change a spritemap animation once set .Like:
myAnim.add("anim",[0,1,2],speed,false);
Could i change speed so it affects the animation?
TY.
No problem. If you want very solid control over your animation speed then consider setting the basic speed in that myAnim constructor to 1 then just use the rate to set the speed as you like.