User Tag List

Results 1 to 2 of 2

Thread: Touch area

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Nov 2010
    Location
    Finland
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Touch area

    Hi,

    How can I define touch area for different multitouch objects?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Apr 2007
    Location
    Australia
    Posts
    1,152
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Touch area

    Add an extra part to your event so it only fires if the x and y co-ordinate of the touch is within a certain area.

    something like

    ->touch is active (ID = 0)
    + touch x is >= 0
    + touch x is <= 50
    + touch y is <= 50
    + touch y is >= 0
    -> do events

    I might have my x and ys muddled up, but you basically want it to compare the x and y within an invisible square (area). Then to figure out additional touches, just change the touch ID.

    I'm at work and don't have access to MMF so it's just an idea for now

Similar Threads

  1. override touch with next touch
    By SolarB in forum iOS Export Module Version 2.0
    Replies: 5
    Last Post: 16th January 2013, 06:05 AM
  2. JoyStick position and touch area mismatch
    By AndyH in forum Android Export Module Version 2.0
    Replies: 5
    Last Post: 2nd October 2012, 05:23 PM
  3. Beta 14: Touch area not registering to right
    By AndyH in forum iOS Export Module Version 2.0
    Replies: 3
    Last Post: 26th February 2011, 10:14 AM
  4. How do i fix this scroll area?
    By Atom in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 12th March 2009, 11:01 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •