Hey I was wondering if I can use attachMovie() for levels other than _root.
Like _level1028.attachMovie(“testClip”, “newName”, depth);
I’m trying it but it doesn’t appear to work. I’ve even tried to first create an empty movie clip on a level and then use attachMovie. But still no luck.
The reason I want to do this is to have reserved levels that will contain content that will always appear above any content that is loaded into the current swf. I would attach my preloaders this way. Thanks for any help, if there is a better way to get my preloaders to appear always on top of other content I will try whatever you guys suggest. Thanks
Chris Anderson