The Dink Network

Reply to Re: void hit( void )

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:
 
 
January 4th 2005, 03:28 AM
custom_simon.gif
SimonK
Peasant He/Him Australia
 
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...