<font size="5">How Do I Display A Variable On Screen?</font>
Hi,
Can someone explain how to display a variable on the screen?
I have a text with "Score:" in it and want to append Score variable to it.
Thanks!
JeZ+Lee
Set text to "Score: " & Score
There is a manual entry explaining that over here
https://www.scirra.com/manual/78/expressions
Develop games in your browser. Powerful, performant & highly capable.
... and an example in my platform tutorial + 'Health' as a bonus :)