Reply to Re: Help me (Hardness)
If you don't have an account, just leave the password field blank.
If you are using freedink there is no punch sound. Try to attach a script to that object with this piece of code inside and then hit it. Does anything happen?
void hit(void)
{
say("Oh, you are hittable!", 1);
say("`1Yes I am", ¤t_sprite);
}





