Why can't we create object if there is a pick condition:

0 favourites
  • 3 posts
From the Asset Store
Pick Up Items Sound effects for your game, Take them for a ride right now and you will worry no more.
  • Why can't we create object if there is a pick condition:

    Look at the event below:

    Another example, if you have a "pick condition" on a "create object" action even though the picked object doesn't have anything to do with

    the create object. It still avoids object creation.

    Look at the event below:

  • The condition in event 2 returns false, so the code at event 3 is never called. Add an Else to event 2 to do your create. In the second example, if there is no TiledBackground with a UID of 1, it also will return false and not run. That's the only reason Create wouldn't work.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • blackhornet - The outcome is still the same without the "Obstacle.PickedCount = 0".

    But I do understand what your point is. So you mean that the "Pick by comparison - Obstacle.Signature = 'Active'" is the same as "Obsctacle.Signature = 'Active'", that it doesn't

    run if the condition is false.

    That makes sense since there are 0 instance in the layout that has the Obstacle with Signature = "Active".

    Nice. Thanks, I get it now.

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