The Dink Network

Reply to Re: Bah, humbug.

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:
 
 
June 4th 2005, 02:47 PM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
sp_depth_que(&controlbox, 5);

That command doesn't exist, it's sp_que to do that. Anyway:

sp_y(&arrowy, &cury);

That's sp_y(sprite, y-coordinate). Now, you've got &arrowy as sprite and &cury as coordinate. But &arrowy doesn't refer to a sprite, it's the y-coordinate of the sprite. I don't see &cury anywhere else in the script either. Provided the rest of the script works, it would be:

sp_y(&arrow, &arrowy);