Computer Science Canada

Program Not Creating Multiple Bullets

Author:  hamid14 [ Fri Dec 11, 2009 8:04 pm ]
Post subject:  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.

Author:  Insectoid [ Fri Dec 11, 2009 8:07 pm ]
Post subject:  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.


: