What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » AddTimer makes msn crash

AddTimer makes msn crash
Author: Message:
Dauntless
Junior Member
**


Posts: 16
– / Male / –
Joined: Aug 2006
O.P. RE: RE: AddTimer makes msn crash
You are right that it actually only supports prototype based classes, BUT: In AS 2.0, you CAN write classes. But when you compile your movie, the compiler transforms your AS 2.0 class into AS 1.0 prototype based OO.

In AS 2.0, this is possible:

code:
class Foo extends SomeThing
{
   private static var myVar:String = "Hi";

   public function Foo()
   {
      trace("constructor called");
    }

   public static var saySomeThing():String
   {
       return myVar;
    }
}
08-10-2006 09:10 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
AddTimer makes msn crash - by Dauntless on 08-10-2006 at 12:08 AM
RE: AddTimer makes msn crash - by Silentdragon on 08-10-2006 at 12:36 AM
RE: RE: AddTimer makes msn crash - by Dauntless on 08-10-2006 at 12:49 AM
RE: AddTimer makes msn crash - by cloudhunter on 08-10-2006 at 01:09 AM
RE: AddTimer makes msn crash - by Silentdragon on 08-10-2006 at 03:17 AM
RE: RE: AddTimer makes msn crash - by Dauntless on 08-10-2006 at 07:45 AM
RE: AddTimer makes msn crash - by Silentdragon on 08-10-2006 at 07:51 AM
RE: AddTimer makes msn crash - by RaceProUK on 08-10-2006 at 08:43 AM
RE: RE: AddTimer makes msn crash - by Dauntless on 08-10-2006 at 08:49 AM
RE: AddTimer makes msn crash - by -dt- on 08-10-2006 at 08:56 AM
RE: AddTimer makes msn crash - by Dauntless on 08-10-2006 at 08:57 AM
RE: AddTimer makes msn crash - by -dt- on 08-10-2006 at 09:05 AM
RE: RE: AddTimer makes msn crash - by Dauntless on 08-10-2006 at 09:10 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