This is my first Script in JScript for MSN.. so sorry if im not really experienced in it. Im a web programmer (PHP, JAVA, XML, XSLT..) and i wanted to make a little addon for MSN.
My BlinkText addon is a little fun application.
You enter your blinktext in a settings menu and activate the script.
And soon your PSM starts to blink, its this part here:
code:
if (TimerId == 'my_monitor' && enabled){
if (counter % 2 == 0) {
Messenger.MyPersonalMessage = txt;
}
else {
Messenger.MyPersonalMessage = '';
}
...
a timer counts up a variable and so i get my blink effect.
due to a limitation in msn i can change my PSM only 6times per minute.
each time i change my PSM my contact partner can see in our window:
"Johnny changed his personal message to ..."
in german it would be
"Johnny änderte seine status nachricht in ..."
"Johnny entferne seine status nachricht"..
I attached i picture so you can see which notification i mean