The Dink Network

Reply to Re: Scripting question

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:
 
 
January 30th 2003, 11:42 AM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
: : maybe preloading the sequence helps ???

: It's not supposed to be a sequence, if that's what you mean. It's just a wall, that is supposed to move when I want it to, but I can't even get the wall to appear on screen when using int &name = create_sprite();, let alone move it.

Um... you are doing like:

//beginning of script

int &name = &create_sprite(200,100,0,31,25);

sp_speed(&name,1);

//junk goes here

move_stop(&name,2,300,1);

right?