I'm trying to figure out how to use animation in a script from $data_animations.
The syntax
will only make the first
frame carry out, and then the graphic freezes over the sprite forever.
Does anyone know the syntax for running the whole animation file?
Any help is appreciated, thanks for reading this!
The syntax
Code:
sprite_instance.animation($data_animations[ANIMATION_ID], HIT_FLAG)
frame carry out, and then the graphic freezes over the sprite forever.
Does anyone know the syntax for running the whole animation file?
Any help is appreciated, thanks for reading this!