User Tag List

Page 6 of 6 FirstFirst ... 4 5 6
Results 51 to 54 of 54

Thread: MMF2 Build #244 (BETA)

  1. #51
    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 Build #244 (BETA)

    For people who want to know how to get from

    C1 AND C2 AND ( C3 OR C4 )

    to

    C1 AND C2 AND C3 OR C1 AND C2 AND C4

    It's easy. Just replace AND by * and OR by +.
    So you'd get

    C1 * C2 * ( C3 + C4 )
    Now apply math to it and multiply it out like you'd do with variables. After that replace * back with AND and + back with OR. Voilà you have MMF2abled your desired logical condition.

  2. #52
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Build #244 (BETA)

    I know, I mean "(" and ")", not "AND"
    For example,
    *Condition A
    +Condition B
    OR
    *Condition C

    Could mean "When condition A is true, and Condition B or C is true" and "When Conditions A and B are true, or Condition C is true"
    Not the same thing

  3. #53
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: MMF2 Build #244 (BETA)

    The build 244 has been updated. Please now use this thread. Thanks!

  4. #54
    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 Build #244 (BETA)

    LIJI, if there is an order of operands (as sphax pointed out), then you do not need brackets.
    Just order them properly. In MMF2 AND is more powerful than OR. This means

    [color:green]a AND b OR c[/color] is always [color:green](a AND b) OR c[/color]

    And if you want [color:green]a AND (b OR c)[/color] you have to write [color:green]a AND b OR a AND c[/color].

Page 6 of 6 FirstFirst ... 4 5 6

Similar Threads

  1. MMF2 Build 249 - Beta 8
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 22
    Last Post: 7th November 2009, 01:07 PM
  2. MMF2 Build #248 (BETA 6)
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 1st July 2008, 12:41 PM
  3. MMF2 Build #248 (BETA 5)
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 25th June 2008, 03:07 PM
  4. MMF2 Build #248 (BETA 4b)
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 15
    Last Post: 24th June 2008, 05:51 PM
  5. MMF2 Build 248 (BETA 4b)
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 24th June 2008, 12:45 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
  •