The Dink Network

Reply to Downwards

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:
 
 
August 5th 2003, 05:38 PM
spike.gif
Weirdo
Peasant They/Them
 
I've made this very simple script that should move Dink right and then to the next screen going down. For some reason, it moves right, but not down. Does anyone know what's wrong?

VOID MAIN(VOID)
{
freeze(1);

move_stop(1, 6, 385, 1);
wait(1000);
move_stop(1, 2, -10, 1);

}