Any tips for a score system?

I wanna make a score system but im to dumb T-T. please end help

2 Likes

what kind of game are you doing? Is it multiplayer or do you just want score for one player? what events do you want to increase the score?

2 Likes

so its a single player minigame and i want the score to go up by 1 for each time you click the sprite and once you hit 100 you win.

2 Likes

Basically, make an object that continuously reads a global variable, and set that as your text value

Always β†’ (get) Global β†’ (value) text

Another thing: set the global variable to zero on start

Once β†’ (get) number [0] β†’ (set) Global

2 Likes

and then set the text value as the thing broadcasted from the sprite?

1 Like

In the sprite:

Mouseclick (down) β†’ (get) number [1] β†’ (add) global

1 Like

alrighty thanks. is there a way to see your score or is it a bit to complex for my level

1 Like

Whoops, what I meant was:

Always β†’ (get) Global β†’ (value) LABEL

1 Like

alright thanks. hopefully i can get this to work.

1 Like

Cool :upside_down_face: :+1:

1 Like

should i just name the label β€œscore”?

1 Like

ah ok so name the label 100?

1 Like

ohh im just now understanding this XDDDDD thank for the help.

1 Like