User Tag List

Results 1 to 3 of 3

Thread: drag and drop and return to starting point!

  1. #1
    No Products Registered

    Join Date
    Sep 2011
    Posts
    39
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    drag and drop and return to starting point!

    I'm toying with the "drag and drop" movement. What I need is: When letting go of the object it must return to its starting point (unless letting go at a specific location).
    As there is no "on mouse-key up" function I don't know how to achieve this?

  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can detect if the mouse has just been released with a bit of a workaround:

    (Negated) Repeat while left mouse button pressed
    + Only one action when event loops

    ...which would fire once, as soon as the left mouse button is no longer pressed. (You would need to avoid triggering it at the start of the frame, as

  3. #3
    No Products Registered

    Join Date
    Sep 2011
    Posts
    39
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Much appreciated!

Similar Threads

  1. Drag and drop movement- force drop action
    By qenio in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 7th April 2013, 09:53 PM
  2. Drag & drop without drag & drop object.
    By soloman in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 20th August 2011, 02:45 AM
  3. Drag and Drop
    By legocacher in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 18th December 2010, 11:30 PM
  4. Drag N' Drop Bug
    By Shroomlock in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 22nd April 2008, 08:24 AM
  5. Drag and drop
    By pl in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 5th August 2006, 01:44 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
  •