Reply to Re: Bah, humbug.
If you don't have an account, just leave the password field blank.
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);
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);