Displaying Time (Down to mill...)

rodrigosw94rodrigosw94 Member Posts: 45
edited April 2012 in Working with GS (Mac)
Hello,

I follow step-by-step this video of GameSaladCookBook, and got error in the finish of code, don't know why:



After this, I look at forums and they say to don't type floor, and yes, select from drop box menu, I tried and take this:

floor(floor( game.Time %3600)/60)/10)..floor(floor( game.Time %3600)/60)%10)..":"..floor( game.Time %60)/10)..floor( game.Time %10)..":"..floor( game.Time *10(%10))..floor(floor( game.Time *100)%10)

But errors too, can someone fix it for me?

Thanks

Best Answers

Answers

Sign In or Register to comment.