Thanks for your examples guys !
Do you have an idea to have only the scrolling working only with single touch (because actually if I touch the screens with another finger and I move them, the scrolling is jumping when I remove one of my finger.
Thanks for your examples guys !
Do you have an idea to have only the scrolling working only with single touch (because actually if I touch the screens with another finger and I move them, the scrolling is jumping when I remove one of my finger.
You can set the properties of each Frame to be single or multitouch. It is under the iOS properties tab. If you need multitouch to be active (for other things in the frame) then you have to "record" which touch is the active one (you can get the index number of the current touch with the multitouch object) in a counter or variable. Then have your conditions check if the current touch is equal to the counter or variable.
Thanks for your fast answer Mobichan
The option is not available on Android regarding the tab about single/multitouch.
However I will try your method with the multitouch object !
No problem. I guess since you posted in the iOS forum, I thought you were only looking for an iOS solution. Monitoring the touch index is the way to go for you then.
Thank you so mush This is What i Found!!