User Tag List

Results 1 to 5 of 5

Thread: Some kind of grouping objects

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Oct 2010
    Location
    Hamburg / Germany
    Posts
    52
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Some kind of grouping objects

    Hi folks,

    I already read some posts in this forum that told me that there is no real way of grouping objects in order to e.g. make them appear or disappear at one time in one place. did I get that right?

    What would be the most clever way of treating the objects in the mouseover on bar one in my example as a unity?

    http://www.vossfeldt.de/mmf/getmore/

    The mouseover is only on one bar of the bar chart now, and I put up three events for the three items in the mouseover condition. Also I had to position each object separately. It will get pretty muddled soon, when I implement the same action for all the other bars, and too much work as I think. What would be the most economic way to handle this with the possibilities that allready exist in MMF2?

    Regards,
    padawan

  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Some kind of grouping objects

    Store the text from the mouseover in alterable strings of the bars. Then only use one set of mouseover objects, and do:
    Mouse is over "Bar"
    -show mouseover objects
    -set position of mouseover objects relative to bar
    -set mouseover title to alt string A of Bar
    -set mouseover text to alt string B of Bar

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Oct 2010
    Location
    Hamburg / Germany
    Posts
    52
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Some kind of grouping objects

    "Then only use one set of mouseover object", how do I put them into a "set"? Like the alterable string object together with the active object I use as background.

  4. #4
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export Module
    Konidias's Avatar
    Join Date
    Aug 2009
    Posts
    1,546
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: Some kind of grouping objects

    Well isn't it just two objects that you need to hide/show? Why bother grouping them at all? Just have an event for each bar the mouse moves over which shows the 2 objects and changes the text.

    Above these events you'd just have an Always event and have it hide those 2 objects... so it's always hiding the objects unless your mouse is over one of the bars in particular.

    But if you're really intent on grouping them... you can always add Qualifiers to both of them.

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Oct 2010
    Location
    Hamburg / Germany
    Posts
    52
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Some kind of grouping objects

    Thanks, Konidias. I worked it over so that I really only need 2 objects - the background and the text. I will also take a look at the manual concerning qualifiers.

Similar Threads

  1. Grouping objects?
    By Pineapple in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 16th March 2017, 08:51 AM
  2. Q: Grouping active objects
    By ardo in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 2nd January 2012, 11:28 AM
  3. Grouping Objects
    By Jibs in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 23rd November 2011, 01:20 AM
  4. Grouping objects
    By Digitalic in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 25th June 2010, 04:43 AM
  5. Grouping Objects
    By Mr_Monkey in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 3rd December 2006, 07:34 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
  •