How do I make objects spawn/drop only one object a time?

1 favourites
From the Asset Store
320 high-quality cinematic sound effects for trailers and game scenes.
  • Seems the "Trigger once while true" cannot be used as a co-condition, you do have to create a sub-event.

    Simple example:

    character on collision with ghost -> {Actions to be done very beginning when collide with ghost}

    >Trigger once -> {Your book spawning actions here}

    >Blank condition -> {Other actions after spawning the book here}

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • > daehawk It doesn't require to add "trigger once" because an event you implemented "On Collision with" it's a trigger, every conditions have green arrow icons are triggers.

    >

    > Otherwise other conditions don't come green arrow, are updates in every tick.

    >

    Joannesalfa The collusion itself triggers once but the sub-event that is dropping the books for him is triggering multiple times. That's why he needs the Trigger once on the one that spawns the books since he only wants one book to spawn but it is sometimes spawning 2-3 instead.

    daehawk So you censored your implementation in screenshot, I don't know why you would censor it.

  • Hello all. Yeah, this is what what my code looks like right now, but it still drops 2 or 3 books sometimes... basically, the "trigger once" sub-event doesn't seem to be working. What the heck is going on here lol?

  • Never mind, thanks a lot The first option (the green Cooldown) works best for me, it's exactly what I was looking for... a cool-down period! For all the help, Thanks again everyone.

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