Flash Qu.
Flash Qu.
Out of context: Reply #3
- Started
- Last post
- 8 Responses
- System-Idle0
depends.
you can manually place empty mc's on the stage on separate layers (this will give you yr depth), name them and then target them with yr code.
or you can attach them dynamically from yr lib (making sure you set up the linkage properties) like this: attachMovie(mc_linkage_name,'new...
if you still want to load swf's into levels use: loadMovieNum('url',level_num);
;)