[Solved] Help Understanding Multitouch Better

Hi guys! I am trying to publish a very simple mobile game.

In my game you just slide down a platform and jump.

Now my character is able to also shoot at enemies, but I don’t want the character to jump when he shoots, I want two independent actions. I am having trouble understanding how to get this.

This is the code:

As of now, when I shoot the enemies I also jump.

I’d refactor it like this (the event actions are not completely filled in):


That should cover the jumping and shooting

1 Like

it works!! Thank you!
I wish I was able to come up with these solutions myself!