Need Timer

bajashbajash Member, PRO Posts: 215
edited November -1 in Working with GS (Mac)
Hi All,

I need to make a timer (visible) so that user can play against clock

I watched Tshirtbooth's video but it did not help my problem.

I love your video's Tshirtbooth. Can anyone help?

Thank you

Comments

  • JadarStudiosJadarStudios Member Posts: 264
    I followed the video for my timer a while back, I can't remember if I changed the equation or not, but here is mine, it does seconds and milliseconds:

    `floor(floor(( 0 %3600)/60)/10)..floor((floor( 0 %3600)/60)%10)..":"..floor(( 0 %60)/10)..floor( 0 %10)..":"..(floor( 0 *10)%10)..floor(floor( 0 *100)%10)`
Sign In or Register to comment.