Is your variable a byte or word?
60 x 60 = 3600
Not sure things will go as expected before dividing by 255 if using a byte (guessing here).
Robert
Edit: That's not it: 59 minutes x 60 = 3540 seconds and that works...
Edit some more: Got it, your brackets are screwed up.
Code:(((fadeoutHR[1]*60)+fadeoutMN[1])*60)/255 | | V ((fadeoutHR[1]*60)+(fadeoutMN[1]*60))/255
Bookmarks