Launching a Projectile: Button Press works, Mouse Click does not
As stated in the topic, when I try to get Player 1 to shoot a projectile, having it triggered by the Spacebar is causing the projectile to shoot just fine. Having it triggered by left or right mouseclick is resulting in red text in the event editor and no projectile being fired.
I have two events:
Upon pressing "Space bar" -> Launch (projectile) at speed 100 toward (cursor)
User clicks with left button -> Launch (projectile) at speed 100 toward (cursor)
The first one works, the second one does not. What am I missing here?
I'm new to MMF2 and these forums (flame on!) but I used to use Klik 'n Play back in the day for what it's worth so I'm not entirely unfamiliar with some of the tricks to Click game development. I'm sure with the influx of Humble Bundlers you guys are getting a lot of stupid questions this week - well here's another to add to the pile, sorry!
Thanks in advance.