How do I make score and medal system

0 favourites
  • 3 posts
From the Asset Store
Create complex dialogues with ease with this tool/template!
  • I just wanna ask about how to display a certain medal for a certain score you get, just like the Flappy Bird.

    Let say I want to display bronze medal if I get a score in between 0-100, silver medal in 101-200, gold medal in 201-300

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It's just some conditions and action.

    If you medal is already displayed and contains 3 frames (0-gold,1-silver,2-bronze).

    Juste add conditions for the score :

    score =< 100 : set medal frame to 2

    score > 100 =< 200 ; set medal frame to 1

    score > 200 : set medal frame to 0

  • Joskin

    I'm not so sure how to add condition with Score value is in between 2 numbers, like 100<Score<200. I'm not sure whether I did correctly or not, what I did was I put Score =<100 bronze, that's ok, but the Score bigger than 100 but less than 200, i put it 100<Score<200 for silver, in Compare Variable there, 200<Score<300 for gold, and it came out everytime is gold medal.

    Now I tried with Score=<100 bronze, Score>100 silver, Score>200 gold, and it works!

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