What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Countdown stops when close MSN

Countdown stops when close MSN
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Countdown stops when close MSN
quote:
Originally posted by SnuZZer
Hi.
Like this?

code:
var gemDag;
var gemMaaned;
var gemAar;
var gemTimer;
var gemMinutter;
var gemBegivenhed;
var gemEfterBegivenhed;
var Status = "fra";

function OnEvent_SignIn(Email)
{
    Opdater();
}

Yes...

If you use a variable name in more then one function and you want it to be the same variable, like in you set it to something in function 1 and you read it back out in function 2, the variable must have a "global" scope/lifetime.

If you use a variable only in one function and thus not in any other function, it has a "local" scope/lifetime.

Each variable, no matter if it is global or local, must be declared first.
Global variables must be declared in global space, thus outside functions, while local variables must be defined in local space, thus inside functions...

quote:
Originally posted by SnuZZer
It doesn't change anything.
Because there are some more things wrong in your script though...

This post was edited on 12-01-2006 at 12:27 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
12-01-2006 12:25 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Countdown stops when close MSN - by SnuZZer on 11-30-2006 at 06:48 AM
RE: Countdown stops when close MSN - by NiteMare on 11-30-2006 at 06:58 AM
RE: RE: Countdown stops when close MSN - by CookieRevised on 11-30-2006 at 08:15 AM
RE: Countdown stops when close MSN - by SnuZZer on 11-30-2006 at 01:52 PM
RE: Countdown stops when close MSN - by Spunky on 11-30-2006 at 02:13 PM
RE: Countdown stops when close MSN - by SnuZZer on 11-30-2006 at 03:39 PM
RE: Countdown stops when close MSN - by CookieRevised on 12-01-2006 at 12:25 AM


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