attachMovie() problem
attachMovie() problem
Out of context: Reply #2
- Started
- Last post
- 12 Responses
- fugged0
sorry wasn't paying attention to what you were doing. 0 is fine.
make sure that your movieclip instance "mc_stage" actually has an instance name of "mc_stage".
mc_stage.attachMovie ("mc_x_linkID","mc_x _instanceName",0).
^ that will work fine if the instance on the stage is named properly and the symbol in your library has the correct id.