I have a tank that drives around and shoots. I want to be able to hold down the mouse and a bullet comes out every 200 milliseconds. would I use activation events?
Thanks.
Posted: Fri Apr 07, 2006 4:02 am
by makslane
Create a timer in the Mouse Button Down event and destroy in the Mouse Button Up event.