Reply to Re: void hit( void )
If you don't have an account, just leave the password field blank.
How many goblins have you got on the screen? Is it a constant, fixed amount each time? If it's a number like 4 or so use some global variables... and assign each sprite's number to a global in their main function and use that to control the fights. Just an idea...