How do I spawn/create multiple animated sprites that move

0 favourites
  • 2 posts
From the Asset Store
Fully commented source code/event sheet & sprites to create a space shooter game
  • How do I spawn/create multiple animated sprites that move independently - I've created a sprite and pinned animations sprite to it. I have events in place that change animation based on direction etc.. this all works - how do I add/spawn more of these to the layout?

    I tried copying the pin-sprite but that only makes all the copies move exactly as the original.. I want each one to move independently.

    Help - I can post my capx if needed for help - thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You need to create a container for the base sprite which contains the animations sprite that's pinned to it (found in the sprite's Properties tab below Effects). This means every time you spawn a new base sprite, it'll automatically spawn an animations sprite with it, which will in turn respond to its individual parent object instead of the original one you start out with.

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