What is the best way to turn off multi-touch?

What is the best way to allow only one touch to register on the ipad screen at a time?

Best Answer

Answers

  • kolabokolabo Member Posts: 240
    @tatiang Thanks this is a great behaviour. I've added this behavior to all my "when touch is pressed rules" . It's simple to implement and really effective in all situations but one. When I touch 2 actors at (or almost at) the same time I get some unusual results. Somtimes the actors both partially respond and stop dead in their tracks. Other times the actors literally swap places.

    I will try breaking the project down to the essentials with only two actors and see if this still happens then.

    Anyone have ideas for this?
  • SocksSocks London, UK.Member Posts: 12,822
    edited January 2014
    @tatiang

    You are (again) the latest victim of the answer=deletion forum bug . . . . :ar!

    . . . . . .


    cut . . . . paste




    @CodeWizard
    @Codemonkey
    @dgackey

    There is an issue with the forum whereby a post accepted/marked as the 'answer' has its attachments deleted. Someone asks a question, it's often replied to in the form of a demo project, or a screenshot, if the person asking the question accepts this response as the answer, the forum then dutifully deletes the attachment !

    Of course the person asking the question got their answer, but the thread then becomes a lot less useful to those in the future looking for answers to similar questions and the person taking the time to make the demo has their efforts erased and we end up with lots of . . . "Cheers for the demo, that solved the problem" and "Thanks, that's a much faster way of doing it" . . . but no actual file for people to look at, just a few orphaned clues . . . which kinda' defeats the point of attachments.

    This has been going on for months now, there are workarounds (only posting the typed out code, using external file hosting sites) but the problem is that people always aren't aware of the issue, so just use the built in attachment link not knowing their efforts are often doomed , I know you've got a lot on your plate, but it'd be cool if there was an easy fix for this at some stage, and I'd guess it wouldn't be you who would be sorting out but your web people so it's not like a solution would take your focus away from more important things.
  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
    Argh!!! That feature needs to be turned off. So annoying.

    I had attached a screenshot but it's not really necessary. The solution is to have a rule condition for game.touches.count (or whatever it's called... on my iPhone right now) equal to one.

    New to GameSalad? (FAQs)   |   Tutorials   |   Templates   |   Greenleaf Games   |   Educator & Certified GameSalad User

  • SocksSocks London, UK.Member Posts: 12,822
    Argh!!! That feature needs to be turned off. So annoying.
    + 1,000,000
  • kolabokolabo Member Posts: 240
    edited January 2014
    For what it's worth, your answer is solid. I found my remaining issue in a when touch is released rule.
Sign In or Register to comment.