What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » HELP - Seconds to hours!

HELP - Seconds to hours!
Author: Message:
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: HELP - Seconds to hours!
Javascript code:
if (Milliseconds == 10)
        {
            Milliseconds = 0;
            Seconds = Seconds + 1;
            if (Seconds == 60)
            {
                Seconds = 0;
                Minutes = Minutes + 1;
                if (Minutes = 60)                {
                    Minutes = 0;
                    Hours = Hours + 1;
                }
            }
        }


higlighted line should be

Javascript code:
if (Minutes == 60)


;)

This post was edited on 05-17-2009 at 12:05 PM by NanaFreak.
05-17-2009 12:04 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
HELP - Seconds to hours! - by whiz on 05-17-2009 at 11:48 AM
RE: HELP - Seconds to hours! - by NanaFreak on 05-17-2009 at 12:04 PM
RE: HELP - Seconds to hours! - by whiz on 05-17-2009 at 12:31 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On