User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 16

Thread: MMF2 - OR Which one is it???

  1. #1
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

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

    MMF2 - OR Which one is it???

    This is a recommendation for MMF2. Is there a way in the future to change the OR (logical) and OR (filtered) so you can tell which is which in your editor.

    Once it is added and if you forget which you added they look the same and you forget what the code is saying. Could one be blue and the other red for example? "OR" could one say ORL and the other ORF "OR" could one just be called CASE for the filtered one and OR for the logical one????

    OR just forget I asked, but which OR did I use logical or filtered.

  2. #2
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 - OR Which one is it???

    You're kidding right? It does tell you.

    It says 'OR' for filtered, and 'OR (logical)' for logical

  3. #3
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

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

    Re: MMF2 - OR Which one is it???

    Yes when you add it. But after adding it imagine now you are looking at the code 1 year later trying to remember why you used it. You point at it but nothing shows up to tell you if it is a logical or filtered.

    I believe it is not wise having two different commands with the same name. I believe the filtered OR works the same as a commonly know CASE statement. So I would suggest the Filtered OR be renamed to CASE and let the logical OR remain.

    It would also be nice to have an OTHERWISE command added also example using case idea:

    Case this option is true - do this
    case this option is true - do this
    Otherwise - do this

  4. #4
    Clickteam Clickteam

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

    Re: MMF2 - OR Which one is it???

    LazyCoder is right, it displays "OR" and "OR (logical)" in the event editor, not only when you add it.

  5. #5
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 - OR Which one is it???

    Maybe he want to have the "OR" to be "OR (filtered)" and keep "OR (logical)" as it. :crazy:

    But it's not very important I think...

  6. #6
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 - OR Which one is it???

    To me it appears that he have only looked at the filtered OR's in the event editor, and noticed that they only say OR, and assumed that the logical OR's looks the same way, without really testing if they do.

    They look different though, even if you go back to your project after a year, the logical OR's will say OR (logical), and your filtered OR's will only say OR.

    By the way, I have to ask another thing. Which OR is the fastest OR?

  7. #7
    Clicker Fusion 2.5 Developer

    Join Date
    Jun 2006
    Location
    Hampshire, UK
    Posts
    963
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 - OR Which one is it???

    I still haven't really found a place i've needed to use OR, but i'm quite embarassed to ask: what is the difference between filtered and logical?

  8. #8
    Clicker Multimedia Fusion 2 Developer

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

    Re: MMF2 - OR Which one is it???

    Using the example:
    "A" is visible
    OR
    "B" is visible
    -Hide "A"
    -Hide "B"
    (not particularly useful I know)
    Filtered is the same as these two events:
    "A" is visible
    -Hide "A"
    "B" is visible
    -Hide "B"
    Logical is the same as these two:
    "A" is visible
    -Hide "A"
    -Hide "B"
    "B" is visible
    -Hide "A"
    -Hide "B"

  9. #9
    Clicker Fusion 2.5 Developer

    Join Date
    Jun 2006
    Location
    Hampshire, UK
    Posts
    963
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 - OR Which one is it???

    Oh right! Thanks!

  10. #10
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

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

    Re: MMF2 - OR Which one is it???

    Well, I just tried it again. In the Event list editor I clicked on Condition and added Is button click? then I insert an OR and I see it listed as filter and logical. Then I inserted another Is button2 clicked.

    Now in pointing at the OR in the event list editor nothing tell me if it is logical or filtered. I switched to the event editor and I get the same thing. I see the condition saying button1 or button2 but if I point at the OR there is nothing that tells me if it is logical or filtered.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Replies: 3
    Last Post: 7th January 2013, 12:35 PM
  2. SOLVED: MMf2 Standard to MMf2 Developer Error
    By iamjot in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 21st January 2011, 06:03 PM
  3. Mmf2 X MMf2 Developer (Talking about flash)
    By PandaExplosion in forum SWF/Flash Export Module Version 2.0
    Replies: 21
    Last Post: 18th December 2010, 01:55 AM
  4. passage d'appli MMF2 anglais à MMF2 français
    By mig3 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 15th February 2008, 04:51 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
  •