How do I create a Number Counter based on my Winning score

0 favourites
  • 4 posts
From the Asset Store
Fully commented source code/event sheet & sprites to create a space shooter game
  • Hi I'm quite new to construct and I need some help.

    Example of what I would like to achieve is attached below in the youtube link:

    youtu.be/OvrdgDR2vCo

    Your help is very much appreciated.

    Thanks

    Daniel

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Just coose a Sprite font.

    -Than your condition is: Every ... secounds and the action is: add 1 to winscore (your global variable)

    • every tick set text of Spritefont to winscore

    Do you want to have the color effect too? And if you also want to have the bigwin and megawin:

    If winscore> (your number) --> set text of spritefont2 to “megawin“

    I hope i helped you

    Cryttexx

  • Thanks for your quick reply.

    That would be great if I can change the colour as well!!

  • Thanks for your quick reply.

    That would be great if I can change the colour as well!!

    Changing the clolor is more difficult. I think it isn´t possible anymore if you use a sprite font. Now you must coose the text object instead of the sprite font. Then do the same as before.

    Code:

    if winscore>200 --> text | set Color to (your Color)

    your Color codes rgb(x,y,z) you can find on Google. xD

    Hopefullly i helped again

    Cryttexx

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