User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 15 of 15

Thread: OR operators, differences and usage?

  1. #11
    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: OR operators, differences and usage?

    It is.

    * I tried inserting one just to make sure I didn't remember it wrong; it was red
    * They have to be true events to deal with special actions like "bounce" with built-in movements. It probably has to do with checking multiple steps per frame in high speeds. You can't bounce a "bouncing ball" controlled object off a background using an overlap check (even if you limit it to only trigger once) which would otherwise have been an equivalent.
    * Check your own screen shot that you posted!

  2. #12
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: OR operators, differences and usage?

    Sorry, temporary color blindness!

  3. #13
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: OR operators, differences and usage?

    Difference Between OR (filtered) and OR (logical):
    Event
    Player collides with Treasure
    OR (logical)
    Player collides with Gold
    OR (logical)
    Player collides with Coins

    Actions
    Destroy Treasure
    Destroy Gold
    Destroy Coins

    A result is that if any of the conditions are met, all objects will be destroyed.

    If you use OR(filtered) instead of OR(logical) in the example then only the objects specifically involved in the trigger will be affected.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  4. #14
    Clicker Multimedia Fusion 2 Developer

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

    Re: OR operators, differences and usage?

    Quote Originally Posted by nivram
    Difference Between OR (filtered) and OR (logical):

    Player collides with Treasure
    OR (logical)
    Player collides with Gold
    OR (logical)
    Player collides with Coins

    [...]
    If you'd read the thread, you'd see that we already covered this, and it also doesn't work with "collides with", because they are TRUE EVENTS. Try to keep up.

  5. #15
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: OR operators, differences and usage?

    Thanks Dynasoft for your opinion, it is much appreciated.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Logical operators?
    By Storsorgen in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 14th November 2012, 05:31 PM
  2. Least operators to test if X == Y
    By Pixelthief in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 20th May 2012, 05:02 PM
  3. Logical Operators?
    By Kamina in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 12th December 2010, 11:14 AM
  4. operators
    By stAtrill in forum The Games Factory 2 - Technical Support
    Replies: 3
    Last Post: 24th September 2009, 03:42 PM
  5. OR operators why not Never ?
    By Corentin in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 29th June 2009, 08:23 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
  •