The Dink Network

Reply to Quick 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:
 
 
October 30th 2005, 06:38 PM
pig.gif
How to track a characteristic of a sprite as a variable? Something alng the lines of

void beaver(void)
{
int &beaverx;
sp_x(&killerbeaversupersprite, 34) = &beaverx;
&beaverx += 53;
}

that?

Thats probably wrong, but what is the exact thing, if possible?
Thanks.