User Tag List

Results 1 to 2 of 2

Thread: Destroy Objects In Specific Zone

  1. #1
    Clicker Fusion 2.5 (Steam)

    Join Date
    Jan 2015
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Destroy Objects In Specific Zone

    I need to have my game destroy objects that are in a certain zone. How can this be achieved?

  2. #2
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    574
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    You could create an object that you can size (such as active system box) make it invisible and then have an event that checks the overlap.

    You could also compare the position of the objects ie:
    if xpos > 100 and xpos < 200
    and ypos > 100 and ypos < 200
    distroy.

    These options will only enable you to destroy object in a rectangle area. If you want a complex shape you could create an active with the shape instead.

Similar Threads

  1. created objects create objects and destroy both.
    By wizlore in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 25th September 2012, 08:37 PM
  2. Pick all objects in a zone (dynamic)
    By seccia in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 25th March 2012, 12:27 AM
  3. Picking Objects in a zone
    By danjo in forum Extension Development
    Replies: 0
    Last Post: 26th January 2008, 11:04 PM
  4. [Bug] Move objects via the Position/Zone parameter
    By LIJI in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 11th August 2007, 02:03 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
  •