User Tag List

Results 1 to 3 of 3

Thread: Destroying

  1. #1
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Mar 2009
    Location
    Bethesda, MD
    Posts
    234
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Destroying

    I often copy and paste objects to multiply them on the frame. When my event calls for one to be destroyed, one of two things happen: either the right one is destroyed, or every object of that type is destroyed. How do I change this property of the object?

  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Destroying

    Whether one or all of the objects on the playfield are destroyed depends on which objects are selected by the events - in general, if an event directly mentions a specific object, then only that object will be affected by the actions.

    Some conditions are more subtle about this than others - for example, the condition "[Object]'s Alterable Value A is equal to 0" (as selected from that object's sub-menu in the New Condition window) would select just the objects that matched that condition, but doing the same thing by putting Alterable Value A("Object") and 0 on the two sides of a Compare Two General Values condition wouldn't select specific Object instances, and would apply the effect to all of them.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Destroying

    Could you tell us what you need?

    You could do something like create the objects when needed instead of copy+paste, or clone them (different from copying), depending on your objective.

Similar Threads

  1. Destroying actives
    By macca02 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 13th February 2013, 10:38 AM
  2. Conditional destroying
    By Atomic89 in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 2nd May 2011, 05:39 PM
  3. destroying enemies
    By tailsko in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 5th April 2011, 02:39 PM
  4. One last problem, with destroying
    By csj1 in forum File Archive
    Replies: 2
    Last Post: 5th April 2009, 02:54 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
  •