Re: [Tutor] Continuous Shooting

2012-01-12 Thread Hugo Arts
On Thu, Jan 12, 2012 at 1:39 PM, ANKUR AGGARWAL wrote: > Hey > I was making a demo shooting game and problem is that I want > a continuous stream of bullets. As of now on pressing the space key only one > bullet comes out of the plane (I want this to be continuous stream). On > pressing space key

[Tutor] Continuous Shooting

2012-01-12 Thread ANKUR AGGARWAL
Hey I was making a demo shooting game and problem is that I want a continuous stream of bullets. As of now on pressing the space key only one bullet comes out of the plane (I want this to be continuous stream). On pressing space key again bullet starts from its initial point. My problem in the code