Using animations for different enemies

0 favourites
  • 4 posts
From the Asset Store
Adjusting the game screen for different resolutions (Letterbox scale)
  • I?ll create 10 enemy waves and 12 different enemies per wave. I intend to use an object with 12 animations. I try to set the new enemy changing the animation, but as the previous enemies are still in layout when entering new enemies, also change their images too and are equal to the new enemies. How to change animations for new wave only? Ideas or suggestions, please.

    My code:

    <img src="http://dl.dropbox.com/u/72651057/tela.gif" border="0" />

  • Your event setup seems partially redundant, have no time right now to get into it.

    But what I will say is that if you have an action for a sprite after its creation action (within the same event), it will only affect that newly created instance. So if you moved the animation action down to the last event it shows there, you aren't picking all instances anymore, but only the one being created.

    Might check back when I'm at home again to give a better answer, cheers.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Sorry, but I don't quite understand your suggestion.

  • Maybe I need to use 12 sprites instead a one sprite with 12 animations.

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