User Tag List

Results 1 to 2 of 2

Thread: Overlapping Objects

  1. #1
    No Products Registered

    Join Date
    Feb 2010
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Overlapping Objects

    I am making a game where when an object is overlapping another specific object the specific object will be set a position of the first object. The only problem is that multiple objects overlap the specific object and they steel the specific object away from the object that got it first. How can I prevent that?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

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

    Re: Overlapping Objects

    I don't know without seeing your MFA, but:

    When one of the objects collides with the specific object, set an alterable value of the specific object ("Taken") to 1. If "Taken" is set to 1, don't take the object. At the end of the event list, reset "Taken" to 0.

Similar Threads

  1. Overlapping Objects
    By ad in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 25th March 2010, 06:49 AM
  2. 2 objects are overlapping with same value?
    By Skeets in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 5th March 2009, 06:46 AM
  3. Help! Objects Overlapping
    By Eliyahu in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 10th February 2008, 05:20 PM
  4. number of overlapping objects
    By Gabriel in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 5th August 2006, 08:47 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
  •