Timer with pngs

ThemistoklesVThemistoklesV Member, PRO Posts: 138
edited February 2012 in Working with GS (Mac)
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....

Comments

  • ThemistoklesVThemistoklesV Member, PRO Posts: 138
    sorry guys i just found the solution....
    floor((abs( game.My Timer )% self.Div )/( self.Div /10))..".png"
    close this topic if u want.....
Sign In or Register to comment.