Multi touch issues

Hi since it’s not working if we do

the cursor/touch is on ‘the object’
left mouse button was released

while the ‘move cursor while touching screen’ is ‘no’ on mobile.

Can anyone help me any other ways or solutions to make that work?

Thanks in advance

Can you provide a screen shot of the events you are using?

Also, does this GDevelop example work on the device?

For example, I have an object called shop_button to go to the shop scene
so if I do the event:
the cursor/touch is on ‘shop_button’
left mouse button was released

on android. If I set the ‘move cursor while touching screen’ to ‘no’
that won’t work. If I set it to ‘yes’ it will work.
But I need it to be no because I need the multitouch.

Please help.

You are using single touch events and conditions. They act as a virtual cursor and will not allow for multitouch.

I recommend checking out the multitouch example built into the engine.