User Tag List

Results 1 to 4 of 4

Thread: negate overlapping

  1. #1
    No Products Registered

    Join Date
    Sep 2011
    Posts
    39
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    negate overlapping

    I want an object to be destroyed when it is no longer overlapping another object.

    I've tried "objectA" overlapping "objectB" and then negate the event - destroy "objectA"

    Well, It does not work.. So how is this possible?

  2. #2
    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)
    Are these individual actives we are referring to?

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

  3. #3
    No Products Registered

    Join Date
    Sep 2011
    Posts
    39
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes.. but it works alright. disregard my post.. sorry for the inconvenience.

  4. #4
    Clicker Multimedia Fusion 2 Developer
    Blue66's Avatar
    Join Date
    Jan 2008
    Posts
    133
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just don't do it. I always run into problems when I use a negated overlapping event. And I bet you will too as soon as you have multiple instances of those objects.

    Instead I do workarounds like this:

    -Always
    >Set ObjectA alterable valueA to 1

    - ObjectA overlaps ObjectB
    >Set ObjectA alterable valueA to 0

    -if ObjectA alterable valueA = 1
    >Do stuff

Similar Threads

  1. 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
  2. can't negate
    By splicel in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 9th June 2011, 10:20 AM
  3. negate overlapping doesn't work with spread values
    By Brovic in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 2nd May 2011, 07:19 PM
  4. Is there a way to Negate a string?
    By mobichan in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 23rd January 2009, 09:09 PM
  5. Why can't I negate anything?
    By fawfulfan in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 23rd December 2008, 05:14 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
  •