i have layout with textbox that counts elapsed time in game. when game finishes i want to show that elapsed time, but i can't find a way to do this. Help?
Develop games in your browser. Powerful, performant & highly capable.
You can use Textbox.Text to retrieve its value in string type.
https://www.scirra.com/manual/117/textbox
i did that, but when i come back to layout containing original textbox, it won't appear. i set it to global variable, but no effects
Did you use the system action "Reset global variables" before moving to another layout?