
-----------------------------------
hamid14
Fri Dec 11, 2009 8:04 pm

Program Not Creating Multiple Bullets
-----------------------------------
The problem is that I can't make multiple bullet when the space bar is pressed. I want to make something like a machine gun from metal slug series. I tried different things, but I just don't know how to do it. I've been trying for several days now and can't figure out. Thanks in advance.

-----------------------------------
Insectoid
Fri Dec 11, 2009 8:07 pm

RE:Program Not Creating Multiple Bullets
-----------------------------------
Use a dynamic array of bullets. I suggest you make a type record called bullet that stores all the information, and load those into an array.
