Blitz (109/119)

From:David McMinn
Date:25 Jun 2001 at 21:15:02
Subject:Re: Auto Fire Problem

On 25 Jun 2001, at 20:49, Jason Faramus wrote:

> want this to happen as it's like having autofire on. I just want the character
> to fire one bullet and then, if the player's still holding the button down do
> nothing until the player releases the button then represses. Any ideas?

fireflag.w=0
mainloop:
If FireButton=Pressed
If fireflag=0
Player fires bullet
fireflag=1
EndIf
Else
fireflag=0
EndIf
Goto mainloop

|) /\ \/ ][ |) |\/| c |\/| ][ |\| |\| | dave@blitz-2000.co.uk
http://members.nbci.com/david_mcminn | ICQ=16827694

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie