How do I add to the boss fight game?

Not favoritedFavorited Favorited 0 favourites
  • 4 posts
From the Asset Store
Kids Game
$49 USD
New Sounds Added Update: 115 new sound effects added for no additional cost!
  • I want to add a title page, score, health bar, and high score page to the boss fight game. The problem is that there is already a lot of events and stuff for the game so 1) I don’t know where to put anything and 2) when I start with the basics, nothing happens. I’ve already tried adding a score to no success.

    For clarity, I do not want the boss to die in just a few hits, I dont want it to die at all actually. That’s why I want the score. So that every time the sprite hits the boss, numbers are added to the score.

    The health bar is for the sprite, when the bar gets to zero, the game ends.

    Then I want to add a high score page like you see in a game like the snake game from Google. how it displays your high score and the score you got.

    Title page is self explanatory, I hope.

    Any and all help is appreciated.

  • very basic stuff

    make there no instance vars for the boss

    add a global var for score

    on player hit boss-add one to score

    add a global var for health

    on boss hit player-subtract one from health

    and then when player dies:

    compair health=0 - go to endlayout

    and the nat the endlayout make a text and set text to:

    "your score :" &score

    --

    that should be it right?

  • You need to master the basics first, then you can try doing more advanced things, otherwise, you'll just get frustrated.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • There are also a couple official examples in Construct, search for "boss"

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