User Tag List

Results 1 to 5 of 5

Thread: MMF2 Idea

  1. #1
    No Products Registered

    Join Date
    Oct 2007
    Posts
    6
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    MMF2 Idea

    Just an idea for maybe a later version of MMF2.

    I was thinking of having brackets in the conditions area of the event editor. Say I had:

    IF:

    Player presses "a"
    +Something
    +something else
    +some more stuff
    +another thing

    THEN: Do some event.

    But what if I wanted to make it so the player could press either "a" OR "s"?

    I know the OR(logical) function could do this, but the more conditions you have the more room it takes up like this:

    IF:

    Player presses "a"
    +Something
    +something else
    +some more stuff
    +another thing
    OR(logical)
    Player presses "s"
    +Something
    +something else
    +some more stuff
    +another thing

    THEN: Do some event.


    I had this idea that it would be way easier if the conditions were grouped somehow, like this:

    IF:

    / Player presses "a" \
    | OR(Logical) |
    \ Player presses "s" /
    +Something
    +something else
    +some more stuff
    +another thing

    THEN: Do some event.

    That seems way easier to just have that in brackets, and so if either "a" or "s" is pressed, (and everything else is true) the condition returns true and runs the event.

    This is just one example. I think brackets could come in handy for a lot of other things too. :cool:

    Lemme know what you think! :grin:

  2. #2
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)

    Re: MMF2 Idea

    When OR function was first introduced it didn't work for me. I was using it incorrectly because I didn't understand that repeating all the conditions was necessary.
    This is resulting in ugly heavy code, so I support your idea.

  3. #3
    No Products Registered

    Join Date
    Jun 2007
    Posts
    323
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Idea

    Agreed. Im suprised no one is backing up this idea O_o. I'm sure this could be used for all kinds of things.

  4. #4
    No Products Registered

    Join Date
    Jun 2006
    Posts
    1,630
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Idea

    Quote Originally Posted by Olivier
    When OR function was first introduced it didn't work for me. I was using it incorrectly because I didn't understand that repeating all the conditions was necessary.
    This is resulting in ugly heavy code, so I support your idea.
    LOL, same here

  5. #5
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Idea

    Quote Originally Posted by camelman
    Agreed. Im suprised no one is backing up this idea O_o. I'm sure this could be used for all kinds of things.
    Cause it's already on the wishlist for a long long time together with if and else..

Similar Threads

  1. Replies: 3
    Last Post: 26th June 2013, 11:26 PM
  2. An idea for MMF2
    By stuckboy in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 3rd December 2006, 07:07 PM
  3. Idea : Video / Audio codec for MMF2 only
    By Nico in forum Extension Development
    Replies: 43
    Last Post: 25th July 2006, 12:44 AM
  4. Idea To a future function to mmf2
    By Cocodrilo in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 17th July 2006, 05:18 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
  •