Hello All, I'm new to construct and a long time GameMaker user. So far I am loving Construct. One little thing I just can't figure out so here is what I am trying to do.
My main character fires 2 bullets at once, one up and one to the right. I want the one fired to the right to only be able to be fired every few seconds or so.
I have a global Variable, FireRate
I have a system event, every 1 second add 1 to FireRate
System Event- KeyPress - Space. Under the action I want to know if FireRate is >= 2. If it is, then fire the bullet and reset FireRate.
I can't seem to find simple way to do this. I assume I am missing something simple.
Thanks.