Timer with pngs
Hello gurus, i have this problem....
i have a timer that count 10 seconds, from 10-0
if i use this:
abs(prec( game.My Timer ,0))
it works great !! it stops at 0 but if i use this:
floor(( game.My Timer % self.Div )/( self.Div /10))..".png"
in order to display my timer with pngs.... It works but my timer dosnt stop at 0 !
any suggestions?
thanks....
i have a timer that count 10 seconds, from 10-0
if i use this:
abs(prec( game.My Timer ,0))
it works great !! it stops at 0 but if i use this:
floor(( game.My Timer % self.Div )/( self.Div /10))..".png"
in order to display my timer with pngs.... It works but my timer dosnt stop at 0 !
any suggestions?
thanks....
Comments
floor((abs( game.My Timer )% self.Div )/( self.Div /10))..".png"
close this topic if u want.....