I'm creating a vertical shoot-em-up and all is going well, I'm using the CTRL key to fire and I also want to be able to use the left mouse button. As soon as I add an 'or' condition for clicking the mouse to also fire I get the following error when running the game and pressing either CTRL or the left mouse button:
Javascript error!
TypeError: cur_act is undefined
localhost/Sprite_plugin.js, line 1037
This is either a bug in Construct 2 or a problem in a third party plugin or behavior - please report it to the developer!
If I remove the mouse click everything is fine. Here's the capx: StarForce
I'm using Beta release r99 [paid version]. Does this happen for anyone else?