I'm trying to make a game with a scored and I'm using an instance variable for it. Is there a way to show it on screen in game?
Create a Text or SpriteFont object and add an action like this:
ScoreText set Text to "My score: "&Player.ScoreVariable
Develop games in your browser. Powerful, performant & highly capable.
Create a Text or SpriteFont object and add an action like this: ScoreText set Text to "My score: "&Player.ScoreVariable
Ok, I will look into it. Thanks!