View Single Post
Old
EdLaFave
Guest
 
Status:
Posts: n/a
Default 12-24-2005, 01:40 AM

okay then my final question on this matter is this. Currently I have it set up to shoot when the user presses a key. Alice seems to deal with this in a queue like fashion. Every time the space bar is pushed the function to shoot is placed into the queue and must wait until its at the front of the queue to be executed. The end result of course being that the entire process of fire a bullet must finish before another bullet can be fired. So no two bullets can be in the air at the same time. How can I get around this so I can fire as many shots in a row as I'd like?
   
Reply With Quote