duplicateMovieClip scope 2004-03-12 - By thotskee
Back Flashnewbie,
I have a movie clip on the state with an instance name. We'll call him "loader_mc". Elsewhere in the application I have created a movie clip using _root.createEmptyMovieClip("contentScreen_mc", 20). Now I would like to duplicate loader_mc on the main stage into the scope and more importantly the depth of contentScreen_mc.
_root.contentScreen_mc.duplicateMovie(_root.loader_mc, "contentLoader_mc", 30);
I try to trace out: trace(_root.contentScreen_mc.contentLoader_mc)
Nothing is written to the output window.
What am I missing here?
Thanks,
thotskee
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected) For additional commands, e-mail: flashnewbie-help@(protected)
|
|