User Tag List

Results 1 to 6 of 6

Thread: ToolTip

  1. #1
    Clicker Multimedia Fusion 2

    Join Date
    Mar 2007
    Location
    I'm right here!!
    Posts
    305
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ToolTip

    Me again I'm afraid :grin:

    I have an active object and a string object (which starts of invisible). When the mouse pointer is over the active, the string is made visible, that part I can do, but how to you make the string object invisible again when the mouse is moved off the active?

  2. #2
    Clicker Fusion 2.5

    Join Date
    Nov 2006
    Location
    South America
    Posts
    77
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ToolTip

    Make an event like this:

    Pointer is over 'Active' --> Make invisible 'string'

    Then right click over the "pointer is over" text, and click 'Negate'.
    Now your event will have a big X to the left, which means "When pointer is not over active".

    Good luck Nickydude!

  3. #3
    Clicker Multimedia Fusion 2

    Join Date
    Mar 2007
    Location
    I'm right here!!
    Posts
    305
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ToolTip

    That worked great. I just made two conditions as "if mouse is over an object" and negated one of them. Thanks

  4. #4
    No Products Registered

    Join Date
    Feb 2007
    Posts
    199
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ToolTip

    For efficiency make sure to add to that condition "only one action when event loops".

    It can be found as a submenu for the "special" object (looks like a monitor with a question mark), under "limit condition" in the menu.

    If you look at your logic your condition will always be met when the pointer isnt over the active object, so it will always be showing the string again each loop, by adding "only one action when event loops" the actions will only happen once until the condition changes and is met again.

    Or else you could do instead -

    Pointer is Not over 'Active'
    + 'string' is invisible --> Make visible 'string'





  5. #5
    Clicker Multimedia Fusion 2

    Join Date
    Mar 2007
    Location
    I'm right here!!
    Posts
    305
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ToolTip

    Thanks. Just looked at your 'resizing applications' tutorial and must say that's it's helped a hell of a lot for an up and coming project, well done!

  6. #6
    No Products Registered

    Join Date
    Feb 2007
    Posts
    199
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ToolTip

    Thanks Nickydude, i'm glad it's helped.


Similar Threads

  1. ToolTip object
    By ColdFire in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 22nd March 2012, 10:09 PM
  2. Tooltip
    By Stephen in forum SWF/Flash Extensions
    Replies: 0
    Last Post: 17th May 2011, 04:23 PM
  3. objet tooltip
    By jose in forum File Archive
    Replies: 4
    Last Post: 29th January 2011, 12:14 AM
  4. Tooltip for a combo box
    By Nickydude in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 22nd December 2009, 04:23 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
  •