User Tag List

Results 1 to 4 of 4

Thread: [Request] Better version of the Mouse Object?

  1. #1
    Clicker Multimedia Fusion 2

    Join Date
    Sep 2006
    Location
    Britain, South Coast
    Posts
    1,030
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Request] Better version of the Mouse Object?

    I've noticed that the Mouse Object we currently have (by Cellosoft) isn't that great at positioning the mouse.

    For example:

    [events]
    *Always
    -[obj_mouse]Set mouse X to "100"
    -[obj_mouse]Set mouse Y to "100"
    -[obj_active]Set X pos to "X mouse"
    -[obj_active]Set Y pos to "Y mouse"
    [/events]

    You'd expect that to update the position of the mouse, and it does. But if you move the mouse, you'll find it jitters - flicking back and forth between where your hand is moving it to, and where the events are holding it.

    Unfortunately, so does anything that follows the X and Y Mouse parameters. So in the above example, our object will flit around the screen as well.

    Am I doing something wrong, or could someone build an alternative that worked better?

    I'm not too bothered about whether the cursor flickers, but the fact that it affects the X/YMouse parameters as well is a pain.

  2. #2
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Better version of the Mouse Object?

    It's normal. This object is not buggy.

    At each MMF loop you tell windows to set cursor position to X,Y coordinates and between each loop windows have messages from mouse to move at another position. So mouse cursor move rapidly between each positions.

    To do what you want to do, use "Sphax Kernel object" (MMF2 Dev) and the function "confine cursor" and set the area to the position you want + 1pixel.

  3. #3
    Clicker Multimedia Fusion 2

    Join Date
    Sep 2006
    Location
    Britain, South Coast
    Posts
    1,030
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Better version of the Mouse Object?

    Fankoo

  4. #4
    No Products Registered

    Join Date
    Sep 2006
    Location
    Australia
    Posts
    161
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Better version of the Mouse Object?

    Id also like to make a mouse-related request.

    Could someone make a 5-button mouse extension.

Similar Threads

  1. [Request] On Mouse Move Object
    By Tim in forum Extension Development
    Replies: 9
    Last Post: 11th November 2019, 04:48 AM
  2. [REQUEST] easing object like IOS version
    By Tuna in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 3rd May 2012, 04:03 PM
  3. [Request] ValueAdd for Flash version
    By ASD in forum Extension Development
    Replies: 0
    Last Post: 1st August 2011, 02:39 PM
  4. [Request]Advanced Registry Object MMF2 Version
    By Ran_TH in forum Extension Development
    Replies: 8
    Last Post: 17th November 2008, 03:02 PM

Posting Permissions

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