Question
problem calling function in attached movie
In my main timeline I'm attaching a movieclip from the
library & then trying to call a function defined in frame one
of the attached movieclip - however it does not run ? Can anyone
see what is wrong with this code...
var mcRef:MovieClip = _root.target5.attachMovie("menuBar", "MenuBar" + nDepth, nDepth);
(mcRef has the following value - _level0.target5.MenuBar0)
mcRef.createButtons(mcTgt, sPath, nButtons);
var mcRef:MovieClip = _root.target5.attachMovie("menuBar", "MenuBar" + nDepth, nDepth);
(mcRef has the following value - _level0.target5.MenuBar0)
mcRef.createButtons(mcTgt, sPath, nButtons);