Hi, I am trying to figure out how to use animation in scripting. I know the
syntax, but that only plays the first frame of the animation. How does one update the animation to run the next frame? What is the syntax for that?
Any help is appreciated!
Code:
sprite_instance.animation($data_animations[ANIMATION_ID], HIT_FLAG)
Any help is appreciated!