Reply to Re: I need help with changing the sequence of a sprite
If you don't have an account, just leave the password field blank.
Use sp_seq(¤t_sprite,0); to terminate the animation, or let it play through before changing the sequence. Should look something like this:
sp_seq(¤t_sprite,102);
sp_frame(¤t_sprite,1);
wait(250);
sp_seq(¤t_sprite,0);
sp_pseq(¤t_sprite,12);
sp_pframe(¤t_sprite,1);
sp_seq(¤t_sprite,102);
sp_frame(¤t_sprite,1);
wait(250);
sp_seq(¤t_sprite,0);
sp_pseq(¤t_sprite,12);
sp_pframe(¤t_sprite,1);