Hi, i was trying to create a text object, and then make it show all the time played, as i don’t know how to do it, i create a global variable “because i have some diferent stages” and then i make:
Do +TimeDelta to variable play_time_seconds.
if play_time_seconds it =60
then play_time_seconds =0
play_time_minutes +1
if play_time_minutes=60
then play_time_minutes =0
play_time_hours +1
and Do "play_time:" +ToString(GlobalVariable(play_time_hours)) ":" +ToString(GlobalVariable(play_time_minutes)) ":" +ToString(round(GlobalVariable(play_time_seconds)))
It doesn’t change to 60 to 0 in seconds also not to 0 to 1 in minutes… BUUUUTTT
I suppose there is a normal and better way to do it
… like in my picture, but working
Thanks for the help.