DrGlickert said:http://www.youtube.com/user/GameSaladCookbook#p/u/25/zDWJ9oarQUoThis video is titled; Displaying Time (down to milliseconds) in Game Salad.Make sure you check the CookBook first ;-)Good luck!
Rob2 said:5-floor( game.Time %10)..":"..(floor( game.Time *10)%10)..floor(floor( game.Time *100)%10)does the displaying but that will go all negative on you so....(the last column is hundredths, not milliseconds by the way)
Comments
This video is titled; Displaying Time (down to milliseconds) in Game Salad.
Make sure you check the CookBook first ;-)
Good luck!
edit: sorry.. you want to count down from five seconds
does the displaying but that will go all negative on you so....
(the last column is hundredths, not milliseconds by the way)
5-self.time
(doh)
edit: I'm loosing the plot ! that obviously works nicelyish on scene launch but at other times in your game you would need to grab self.time add 5 to it and then subtract self time from that.