hello I have a bullet that fires whenever you press and release “z” key within a timer. when pressed once fires a bullet when held will fire bullets at angle. but when I start or reset the scene and press “z” key the first time doesn’t fire the bullet I have to press the key twice then works?
bullet fire events
Hi I think is because when you press “z” the timer is reset so is impossible to reach 0.2
solved! first I set the bullet behaviour default setting from 1 to 0 number of bullet fired and set in the events instead. second I moved the fire bullet condition from the first line to the last in the events.
default setting
working events