I use MovieClipLoader all the time, and I just did a quick test (mtasc 1.12,
standalone flash player 9, windows xp sp2):

file Test.as
-------------------
class Test {
   static function main(root:MovieClip) {
       var txt:TextField = root.createTextField('txt', 0, 0, 0, 200, 200);
       var mcl:MovieClipLoader = new MovieClipLoader();
       txt.text = ("loaderObj:"+mcl);
   }
}



commandline
------------------
mtasc -version 8 -header 200:200:10 -swf test.swf -main Test.as

Output
-----------
loaderObj:[object Object]


so it seems to work fine for me. not sure what your issue is.

-David R

On 9/15/06, Andreas R <[EMAIL PROTECTED]> wrote:

Having a bitch of a time getting mcl to work with flashdevelop/mtasc

var mcl:MovieClipLoader = new MovieClipLoader();
trace("loaderObj:"+mcl);

traces out "loaderObj:" and then nothing. Is there something PECULIAR i
have to do to make this work? tween classes and all other macromedia
classes work fine.

- A
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to