Help again
Believe it or not, I don't come running to the board every time I need help. So the next line might seem a little ironic.
When you want to create a sprite that runs thru and dies in coding, what do you enter as the frame parameter?
When you want to create a sprite that runs thru and dies in coding, what do you enter as the frame parameter?
You mean creating a sprite using create_sprite ?
Mmmhmm. Here's what I've done
int &explode = create_sprite(316, 274, 7, 167, 1);
int &explode = create_sprite(316, 274, 7, 167, 1);
I think you should add
sp_seq(&explode, 167);
right after the create_sprite() commmand
sp_seq(&explode, 167);
right after the create_sprite() commmand