The Dink Network

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.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
September 23rd 2007, 08:42 PM
spike.gif
Use sp_seq(&current_sprite,0); to terminate the animation, or let it play through before changing the sequence. Should look something like this:

sp_seq(&current_sprite,102);
sp_frame(&current_sprite,1);
wait(250);
sp_seq(&current_sprite,0);
sp_pseq(&current_sprite,12);
sp_pframe(&current_sprite,1);