Remove object from family after created

0 favourites
  • 3 posts
From the Asset Store
A collection of various zombie characters sprites for creating a 2D platformer or sidescroller game
  • Hello C2-ers...(?) :P

    So in my project I'm currently doing the following...

    Every x seconds

    Create random object from family x

    Random object is then either destroyed by colliding with the player object, or is destroyed offscreen

    For the life of me, I can't figure out how to only create a single instance of each object from the family. Once each object is created/destroyed once, the round needs to end.

    Any help would be immensely appreciated!

    Thanks,

    HG

  • You can't modify families ingame.

    Simplest option would be putting all sprite objects into one sprite (each sprite having its own frame - or if it is animated: animations) and add something like this:

    scirra.com/forum/random-frame-uniqe_topic80520.html

    If that is not possible (because of the sprites having different behaviors that would collide with each other), you probably need many subevents, 1 for each object to be created.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Try creating each object manually (don't think there's an easy way to make one of each family member). Any object can be destroyed with the handy Destroy action, then you can end the game by checking System -> FamilyName.Count.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)