lancefury's Forum Posts

  • When i check for overlap it�s ok but if i use destroy it kill all my instances . I think there is a way but i dont really know how to code this :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hello,

    I try to generate some sprites in random but I want to keep only 1 instance on the same location. because of random sometimes there is a lot sprites generated on the same place

    as I am not a coder it's a bit hard to find a way to code what I have in mind :)

    I would like to find an easy way to :

    • delete the instances that are generated on top of the others (but keep the first 1 active)

    or

    • do not create instance on top of others

    in my example the sprite got half opacity to see the problem...

    h ttps://dl.dropboxusercontent.com/u/164432510/gen.capx

  • Thanks !

  • Hello the community !

    how to make a condition if not ?

    let me explain :)

    I have tree sprites/objects on floor for example and I want to test if there is not an object tree at a certain location I want to create an object stone

    this is probably easy but I am new to construct and all this coding language.

    btw it's awesome what they ve done with C2, I just try the new fonction for tiling it's great, i ll use that for sure soon

    Thx