I want to display the total time (in seconds) of how long they have played the game.
E.g, every second the variable "Total Time:" increases by 1 to signify a second.
I've got the variable but don't know what to do with it.
Offline
Scratch actually comes with a timer (in the sensing category).
when gf clicked reset timer forever set [time played] to (Round(timer)) end
Offline