Make complex multi-object enemies work when theres multiple?

0 favourites
  • 2 posts
From the Asset Store
This is a single chapter from the "Construct Starter Kit Collection". It is the Student Workbook for its Workshop.
  • Here's my dilema that I'm sure everyone who's made a complex NPC has had in their time.

    Initial sprite gets destroyed, spawns a new sprite and a rotate point sprite.

    Sprites start rotating around that rotate point.

    It works perfectly fine.

    Add a second enemy. Kill the first one. Destroy behavior works as intended and now the sprites are rotating around the rotate point sprite.

    Kill the second enemy. Now it wants to rotate around the rotate sprite but instead of rotating around the newest rotate sprite it rotates around the first one. Screwing up the intended effect.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • So what you have is a picking problem?

    I'v never worked with a "rotate sprite" or anything like that, not even sure what it is..

    Is there any way to tell the rotate sprites apart?

    for example by adding a variable to both the sprite and the rotate sprite and checking that..

    I'm guessing the multi-object enemies have some way for the multi-objects to know they belong together, couldn't that be used?

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