Is there a way to createEmptyMovieClip on a level other than _level0?

I tried doing this:
var tmc = _level5.createEmptyMovieClip("foo", 10);
trace(tmc);  //gives me undefined

I also tried to load a blank .swf into _level5 and then creating a movieclip on _level5 and that didn't work either.


-James

_______________________________________________
[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