hey i have a game that counts time but i need when it finishes i get more coins if i am faster than if i am slow cause i am doing this
i use this for the counter
_root.totalTimeTXT = minutesTXT + “.” + secondsTXT + “.” + tensTXT;
and this one for coins
_root.totalTimeTXTcoins = minutesTXT + secondsTXT;
example :
i made 1:18:28 as time 1 min 18 seconds and in score i delete miliseconds but i get this coins 118 and if i make 10 mins and 59 seconds i get 1059 how do i fix this?