Re: [pygame] Continuous Shooting

2012-01-13 Thread ANKUR AGGARWAL
> --- On *Thu, 1/12/12, ANKUR AGGARWAL * wrote: > > > From: ANKUR AGGARWAL > Subject: [pygame] Continuous Shooting > To: pygame-users@seul.org, tu...@python.org > Date: Thursday, January 12, 2012, 12:39 PM > > > Hey > I was making a demo shooting game and problem is th

Re: [pygame] Continuous Shooting

2012-01-12 Thread Julian Marchant
e the loop variable is 0, create another bullet and reset the counter to the wait time. --- On Thu, 1/12/12, ANKUR AGGARWAL wrote: From: ANKUR AGGARWAL Subject: [pygame] Continuous Shooting To: pygame-users@seul.org, tu...@python.org Date: Thursday, January 12, 2012, 12:39 PM HeyI was making a dem

[pygame] 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