Hello. I am trying to spawn a text object that displays text and a global variable together like this, "+ NANOPARTICLES (global variable number) nanoparticles". What is the proper syntax to do this. Thanks, Morgan.
Use & to join them like
"You Scored" & MyScoreVar
Develop games in your browser. Powerful, performant & highly capable.
Thanks. Yes, I figured it out. "Text" &variable &"text"
Cool - it's all good, anyone else searching will find the answer.