What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Script Classes

Script Classes
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: Script Classes
@Toneo

To do it the way you want it you should make it like this:
code:
function myClass(){
this.var1 = ""
this.var2 = ""
this.method = function() {
beep();
}
this.method2 = otherfunc;
}

var myobj = new myClass;

myClass.method()

function otherfunc(){
Messenger.DisplayToast(""", "");
}

You can also find all the info you need right here : MSDN Jscript Reference

This post was edited on 07-08-2007 at 11:20 AM by Ezra.
[Image: 1-0.png]
             
07-08-2007 11:20 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Script Classes - by Toneo on 07-08-2007 at 07:52 AM
RE: Script Classes - by felipEx on 07-08-2007 at 08:39 AM
RE: Script Classes - by Toneo on 07-08-2007 at 10:44 AM
RE: Script Classes - by Ezra on 07-08-2007 at 11:20 AM
RE: Script Classes - by Toneo on 07-08-2007 at 11:22 AM
RE: Script Classes - by markee on 07-08-2007 at 02:47 PM
RE: Script Classes - by -dt- on 07-08-2007 at 03:00 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