The Dink Network

Reply to Re: Resizing sprite

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 2016, 07:34 PM
burntree.gif
That's an interesting approach. I always just use the sp() function. The editor will tell you the number of the last sprite you touched. So....

int &bob = sp(11); //or whatever the sprite number happens to be
int &bobina = sp(14);
etc...