User Tag List

Results 1 to 3 of 3

Thread: possible bug with mouse over groups?

  1. #1
    No Products Registered

    Join Date
    Oct 2006
    Location
    Uruguay
    Posts
    87
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    possible bug with mouse over groups?

    Hi everyone.. I have the following problem:

    I have 3 objects..., I give them all the same qualifier "Texts", then I put them so that they overlap each other a little bit on the screen.. and then I create an event, that when the mouse is over one object of that group a String objects takes the text of the Alterable String A from the object that the mouse is over...

    The problem is that when I do this, the text that the String object gets it not the text from the object the mouse is over.. it's the text from one of the other objects that are in the group AND overlap the other objects in the same spot the mouse is on...

    I made an example, in case you don't understand what I mean.. I'm using build 239
    http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=22725&page=0#Po st22725

    Thanks in advance!

    - Haora

  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: possible bug with mouse over groups?

    If you used just one object and had different animations then you could use the Select object. I'd also update to the latest build if I were you.

    The only other way that I can think to do it without loops is:
    [events]
    * Mouse pointer is over [obj_active] (Active 3)
    -[obj_string] (String) : Set alterable string to Alterable String A( "Group.Texts" )

    * Mouse pointer is over [obj_active] (Active)
    +[color:#FF0000]X[/color] Mouse pointer is over [obj_active] (Active 2)
    -[obj_string] (String) : Set alterable string to Alterable String A( "Group.Texts" )

    * Mouse pointer is over [obj_active] (Active 2)
    +[color:#FF0000]X [/color]Mouse pointer is over [obj_active] (Active 3)
    -[obj_string] (String) : Set alterable string to Alterable String A( "Group.Texts" )
    [/events]
    .:::.Joshtek.:::.

  3. #3
    No Products Registered

    Join Date
    Oct 2006
    Location
    Uruguay
    Posts
    87
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: possible bug with mouse over groups?

    Yes, that's kind of the same way I'm doing it right now... but I wanted something more generic... have you tried the example I did? did it work for you? what build are you using?

    Thanks for the help!


Similar Threads

  1. Mouse Pointer & Mouse controlled obejct
    By danjo in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 28th April 2012, 12:17 AM
  2. Mouse Movement prevents mouse click event?
    By Tuna in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 2nd March 2008, 02:52 AM
  3. Mouse click events runs faster when mouse moves
    By chrilley in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 2nd February 2007, 02:54 PM
  4. Mouse click doesnt work when Mouse movement used
    By Blizna in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 21st September 2006, 02:24 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
  •