06-27-2015, 02:14 PM
the draw_sprite method has a parameter where you can put the frame index to draw
put image_index there to have it draw whatever frame the animation is currently on
so "draw_sprite(x,y, sprite_index, image_index);" (or whatever the exact order was)
put image_index there to have it draw whatever frame the animation is currently on
so "draw_sprite(x,y, sprite_index, image_index);" (or whatever the exact order was)