The Dink Network

Reply to Re: KM2 script problem

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:
 
 
April 2nd 2006, 01:47 PM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
Are &bum and &en globals? If not than you should write
int &bum = create_sprite(212, 373, 7, 167, 1);
instead of just:
&bum = create_sprite(212, 373, 7, 167, 1);

And
int &en = create_sprite(213, 373, 0, 349, 1);
instead of
&en = create_sprite(213, 373, 0, 349, 1);