User Tag List

Results 1 to 3 of 3

Thread: Move Window to Mouse

  1. #1
    No Products Registered

    Join Date
    Jul 2008
    Location
    Canada, QC
    Posts
    171
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Move Window to Mouse

    Is there any way to make a window move from where it was, to the mouse without it jumping?

    Like having the window slide to the mouse...

    Thanks in advance!

  2. #2
    Clicker Multimedia Fusion 2

    Join Date
    Jun 2007
    Location
    Suffolk, UK
    Posts
    435
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Move Window to Mouse

    I suppose you could use a similar system to the way dragging windows works but instead of positioning the window to where the mouse is, you could compare the position each frame and then increase or decrease it's x/y location on screen to move it closer to the mouse's position.

    Look for the window dragging widget and then modify the code

  3. #3
    Clicker Multimedia Fusion 2

    Join Date
    Jul 2008
    Posts
    21
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Move Window to Mouse

    I'd make an active object, just a 1x1 pixel that you can make invisible and have the screen always center on it. Then setup the movement of that active to follow the cursor using whatever movement extension, where it would have an acceleration and deceleration to smooth out the movement.

Similar Threads

  1. Mouse Move / Finger Move (Touchscreen)
    By Spyhunter in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 20th December 2013, 04:00 PM
  2. Move Mouse With Active
    By xmetalxthrasherx in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 12th March 2011, 02:55 PM
  3. move twords mouse
    By jhonson in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 21st February 2009, 04:35 PM
  4. Move mouse?
    By Blueberry in forum Extension Development
    Replies: 3
    Last Post: 26th January 2007, 07:13 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
  •