How do I Pick all Sprite "instances" by script?

0 favourites
  • 2 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.
  • How do I Pick all Sprite "instances" by script? I'm new to construct but old in Unity and Flash, and by the look of it, Construct seem to not work with the instance idea/abstraction. but still I have hope.

    Is there a way I can use the runtime or something else to gather all the Sprites currently in the layout?

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Perhaps you'll have better luck in the scripting sub forum.

    As far as the event editor goes, all instances of any given object are picked by default. Conditions only narrow down the picked list. If you have an action that applies to a sprite object without any conditions regarding that sprite, the action will apply to all instances of that sprite.

    If you mean picking all/multiple sprite objects, then the way to do that via events would be adding them all (or just the ones of interest) to a family.

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