one more time...
				
Posted: 
Wed Mar 10, 2004 9:16 pmby hobgoblin
				i don't understand yet how to make a timer
how it works
			 
			
				
				
Posted: 
Wed Mar 10, 2004 10:53 pmby jazz_e_bob
				Create an actor and call it "gun".
Create another actor and call it "bullet".
When the bullet is created set its xvelocity to 10.
When the gun is created add the action "create timer".
Make a new timer called "shoot".  Set it for 500ms.
Now add a timer event to the gun.  Select the "shoot" timer.  Make the action "create actor".  Create a "bullet".
The gun will now shoot bullets across the screen at 500ms intervals.