Millisecond Timer Problems
![allaboutiweb](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Hi,
I've just been watching the 'How to add a timer down to milliseconds' in the cookbook and after checking, double checking and even triple checking I still get 'Invalid Expression' appearing in the Actor when I preview the game?? Any clues?
Cheers,
AAi
I've just been watching the 'How to add a timer down to milliseconds' in the cookbook and after checking, double checking and even triple checking I still get 'Invalid Expression' appearing in the Actor when I preview the game?? Any clues?
Cheers,
AAi
Comments
The expression should read:
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)
Hope I typed that right. :-P
http://gamesalad.com/game/1898
phew.....