Rate of Fire
February 11, 2009, 20:53 by Nano
-->
Ok, in the Global Left Button event, insert
if can_shoot=true
{
instance_create (insert bullet name)
alarm[0]=8 //Adjust this to alter the rate of fire
can_shoot=false
}
Alarm 0 can_shoot=true;
Create Event
can_shoot=true;
.
Users logged in:
Comments
Loading comments...