User Tag List

Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 40

Thread: Better Logic Flow: Nesting Conditions, Else, Or

  1. #11
    Clicker Multimedia Fusion 2 Developer
    Matt's Avatar
    Join Date
    Jun 2006
    Location
    Connecticut
    Posts
    106
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Better Logic Flow: Nesting Conditions, Else, Or

    I'm not sure how helpful it will be, but you might want to check out the Boolean object.

  2. #12
    Clicker Multimedia Fusion 2 Developer
    Matt's Avatar
    Join Date
    Jun 2006
    Location
    Connecticut
    Posts
    106
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Better Logic Flow: Nesting Conditions, Else, Or

    I'm not sure how helpful it will be, but you might want to check out the Boolean object.

  3. #13
    No Products Registered

    Join Date
    Jul 2006
    Location
    Madison, WI, USA
    Posts
    250
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Better Logic Flow: Nesting Conditions, Else, O

    []My idea would look like this in your example:

    Code:
    + Fire button 1 is pressed
          + Value A of [ship] = 1
          --------> Play sound A, shoot ect. ect.
          + Value A of [ship] = 2
          --------> Play sound B, shoot ect. ect.
          + Value A of [ship] = 3
          --------> Play sound C, shoot ect. ect.
    [/]

    Yeah, that's exactly what I'd like to have.

  4. #14
    No Products Registered

    Join Date
    Jul 2006
    Location
    Madison, WI, USA
    Posts
    250
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Better Logic Flow: Nesting Conditions, Else, O

    []My idea would look like this in your example:

    Code:
    + Fire button 1 is pressed
          + Value A of [ship] = 1
          --------> Play sound A, shoot ect. ect.
          + Value A of [ship] = 2
          --------> Play sound B, shoot ect. ect.
          + Value A of [ship] = 3
          --------> Play sound C, shoot ect. ect.
    [/]

    Yeah, that's exactly what I'd like to have.

  5. #15
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Better Logic Flow: Nesting Conditions, Else, O

    Lets annoy Francois enough until he adds it to MMF <img src="/center/images/graemlins/wink.gif" alt="" />

  6. #16
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Better Logic Flow: Nesting Conditions, Else, O

    Lets annoy Francois enough until he adds it to MMF <img src="/center/images/graemlins/wink.gif" alt="" />

  7. #17
    No Products Registered

    Join Date
    Jul 2006
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Better Logic Flow: Nesting Conditions, Else, O

    Aside from "better logic flow" for conditions, I'd like much more control over "picking" objects in events. A lot of times it's difficult to tell whether a condition or action refers to a single instance, all instances, or some, and sometimes it's impossible to create the behavior you want. For example, it should be easy to create a "Follower" object for all Group.Enemies, then if Group.Bullets collides with Follower, do something to the Enemy with the same Alterable value. This is difficult (if not impossible) to get working correctly in MMF, but it's a simple and common enough idea that it ought to be easy to add to a game/application.

  8. #18
    No Products Registered

    Join Date
    Jul 2006
    Posts
    144
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Better Logic Flow: Nesting Conditions, Else, O

    Aside from "better logic flow" for conditions, I'd like much more control over "picking" objects in events. A lot of times it's difficult to tell whether a condition or action refers to a single instance, all instances, or some, and sometimes it's impossible to create the behavior you want. For example, it should be easy to create a "Follower" object for all Group.Enemies, then if Group.Bullets collides with Follower, do something to the Enemy with the same Alterable value. This is difficult (if not impossible) to get working correctly in MMF, but it's a simple and common enough idea that it ought to be easy to add to a game/application.

  9. #19
    Clicker Fusion 2.5 DeveloperAndroid Export Module

    Join Date
    Jun 2006
    Location
    Melbourne, Australia
    Posts
    765
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Better Logic Flow: Nesting Conditions, Else, O

    Hmmm, MMF2 is different to MMF1.5 in that groups can be nested and utilized.
    MMF2 isn't a scripting language, but you can uses other techneques. Some of which haven't been explored yet in MMF2.
    For example, Have you tried nesting you logical flow control in groups. MMF2 now allows you to deeply nest your groups.

  10. #20
    Clicker Fusion 2.5 DeveloperAndroid Export Module

    Join Date
    Jun 2006
    Location
    Melbourne, Australia
    Posts
    765
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Better Logic Flow: Nesting Conditions, Else, O

    Hmmm, MMF2 is different to MMF1.5 in that groups can be nested and utilized.
    MMF2 isn't a scripting language, but you can uses other techneques. Some of which haven't been explored yet in MMF2.
    For example, Have you tried nesting you logical flow control in groups. MMF2 now allows you to deeply nest your groups.

Page 2 of 4 FirstFirst 1 2 3 4 LastLast

Similar Threads

  1. Pyroclastic Flow
    By Maveritchell in forum Released Games & Apps in Flash
    Replies: 0
    Last Post: 6th May 2013, 09:35 PM
  2. need help about traffic flow
    By webwolf in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 26th March 2012, 06:48 AM
  3. 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
  4. Budget Flow
    By Jeff in forum iOS Released Games & Apps
    Replies: 0
    Last Post: 31st October 2011, 02:40 PM
  5. flow control?
    By lincore in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 20th October 2008, 09:05 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
  •