The Dink Network

Reply to Re: Moving sprite damaging other sprites

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:
 
 
May 27th 2009, 07:57 AM
fairy.gif
Someone
Peasant He/Him Australia
 
void damage(void)
{
if (&missile_target == 1)
hurt(&current_sprite,10);
}

something like that.