User Tag List

Results 1 to 3 of 3

Thread: How does this logic work?

  1. #1
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ratty's Avatar
    Join Date
    Apr 2012
    Posts
    1,165
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)

    How does this logic work?

    Can someone explain how this makes sense?

    In the attached file:

    flag 0 on= object enlarged
    flag 0 off= object returns to small size
    Every 0.5 seconds + choose object at random: turn object flag 0 on

    For some reason, adding an event that flag 0 on=turn flag 0 off, the events continue to trigger. If I removed that action, the event stops triggering. Why is that?

    weird test.mfa

  2. #2
    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)
    If you just remove that flag off action and remove the "only one action when event loops" condition from event 3, then it will work without turning flags off.

    The reason why it stops triggering without the flag off action is because your event is looking at the first object that has the flag on and then increasing it's scale... and that is it... forever and all eternity. Because of the "only one action" condition, it's only going to check that same object over and over. Only one action literally means only one action. So it's not gonna look through all your objects and check all their flags and adjust all their scales.

  3. #3
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ratty's Avatar
    Join Date
    Apr 2012
    Posts
    1,165
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Ah! Thanks so much. I cant believe the things that slip past me sometime!

Similar Threads

  1. What is the Logic Behind This? (negate object overlapping "logic")
    By Blue66 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 10th January 2012, 11:54 PM
  2. Weird logic (w/ example)
    By willy in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 29th June 2010, 06:07 PM
  3. please help me with logic
    By stevanooz in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 12th October 2006, 04:19 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
  •