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, 04:49 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
int &arrowposition = 1;
int &arrow = create_sprite(510, 350, 0, 192, 2);


Variable naming bug. It occurs when a variable starts with the name of another variable. In this case &arrowposition starts with &arrow.

Try renaming &arrow to something else. Even &arroww is allowed. As long as there isn't any other variable that starts with the new name.