Reply to Re: Moving sprite damaging other sprites
If you don't have an account, just leave the password field blank.
void damage(void)
{
if (&missile_target == 1)
hurt(¤t_sprite,10);
}
something like that.
{
if (&missile_target == 1)
hurt(¤t_sprite,10);
}
something like that.