User Tag List

Page 3 of 3 FirstFirst 1 2 3
Results 21 to 27 of 27

Thread: setting the position of the mouse

  1. #21
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    May 2010
    Posts
    163
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: setting the position of the mouse

    I did exactly that and now the cursor moves to the top of my screen.

  2. #22
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    May 2010
    Posts
    163
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: setting the position of the mouse

    wait, I got it. Now, the way its currently set up I can't move the mouse around the bounding box I set up.

  3. #23
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Jaffob's Avatar
    Join Date
    May 2008
    Location
    USA
    Posts
    1,833
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: setting the position of the mouse

    Are you sure you entered it correctly? Try using exactly these expressions (replacing X/Y("Object") with the X/Y coordinate in-frame):

    Code:
    Mouse Object -- Set Mouse X Position to: XMouse - MouseX("Mouse Object") + X("Object")
    
    Mouse Object -- Set Mouse Y Position to: YMouse - MouseY("Mouse Object") + Y("Object")

  4. #24
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Jaffob's Avatar
    Join Date
    May 2008
    Location
    USA
    Posts
    1,833
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: setting the position of the mouse

    Ah, I hadn't read the entire post. If you want bounding, I would recommend using my Power System Object. It has the same mouse features but can also confine the mouse pointer within a zone.

  5. #25
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    May 2010
    Posts
    163
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: setting the position of the mouse

    I wish I could use that, but my mouse boundary is a quarter-circle shape, so I think I'll have to hack something together, unless you know of an easy way to create a circular bounding area.

  6. #26
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Sep 2006
    Posts
    1,544
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: setting the position of the mouse

    using polar coordinates would be a good way to do it. Check the distance of the mouse against the center of the circle, and if its larger, find the angle to the center of the cirle, and set it to the maximum distance from the circle * the cosine/sin of that angle

  7. #27
    Clicker Multimedia Fusion 2 DeveloperAndroid Export Module

    Join Date
    May 2010
    Posts
    163
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: setting the position of the mouse

    Okay, I'll spend some time trying to figure that out myself, but I may be back to ask for help. Thanks.

Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. Setting Position Relative to Rotating Object
    By gkinfinity in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 21st December 2011, 03:04 PM
  2. Setting X position to X Object @ XActionPoint?
    By N64Mario in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 20th May 2009, 02:53 AM
  3. [BUG] Setting Position at Action Point
    By MechatheSlag in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 21st December 2006, 08:54 PM
  4. MMF 2 - Setting Tab Position of Control
    By droberson in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 8th December 2006, 01:34 AM
  5. Setting position fast
    By MechatheSlag in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 4th October 2006, 01:20 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
  •