How do I increase enemy health each stage?

0 favourites
  • 2 posts
From the Asset Store
Be discreet and rescue your friends from behind enemy lines.
  • As title my wondering is how is possibile to keep an increase of enemey health on each stage.

    I gonna explain a little bit more how the game is structured.

    Idle/Clicker game style per stage, each stage as a 10 waves of enemies at the start

    Stage 1 1st to 10th wave has 100hp

    Stage 2 1st to 10th wave shuold have 150hp

    Stage 3 .......225hp and so

    I tried increasing both instance variable and/or global variable, but there's no way for me to keep the increase during the waves of the 2nd stage

  • 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 split the enemy on created logic and say depending on the stage(var) - set enemy instance health to a value. Or with tracking using a global var, you can set this at each stage and always say enemy on created set hp to global var.

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