-
Multi Touch Question?
Hi, I have 2 buttons with a touch detector and the first button moves arm up and down and the 2nd one shoots but if I want to click one and 2 at the same time on iPhone, the 2nd button doesn't activate. how do I click 2 objects at the same time on iPhone?
mfa file: https://www.dropbox.com/s/wrdr0wjqlz...ons%20HELP.mfa
Thanks in Advance! :)
-
-
Is this even possible to do?
-
Yes it's possible, you're even using the code from an example that demonstrates how.. you just have to take the time to work through the logic of it.
-
I have, did you try to do it, like export it onto your phone and try? cuz I have no idea how to Fix this!!!!
-
I'm going to post a foolproof method of multi touch when I get home, with lots of comments explaining step by step everything that is happening.. and then you should have no problem implementing multi touch in your own file..
-
1 Attachment(s)
Attached is a new and super simple way of understanding how multi touch works.. take a look at the events (groups 1+2) and make sure you understand what is happening before you put it into your project.
Attachment 13161
-
Sorry but this did not solve my problem, When I exported it onto my iphone I could only shoot at one time and move at one time, I could not shoot and move at the same time.
Here is a video to show you the problem: https://www.dropbox.com/s/e9u0ds6j0r...526_165343.mp4
-
it works on PC and on Android device, haven't tested on iOS.. what build are you using? possibly there's an iOS setting that needs to be checked. (not sure if you need to tick controlled by extension/multi touch) in the frame properties for iOS.
-
Ah I see... In the frame properties under IOS Options the Touch Mode was on single touch. Thanks! :)
LOLZ i did exactly what you showed me, but deleted it because it did not work, wish I didn't delete it. :/ Thanks again!