kompas
08-26-2004, 08:40 AM
Hello there,
I have 2 movieclip (mc) on the stage. There is 'mc1' and 'mc2'. In the 'mc2', I put another mc, which is 'mc3'. The question is can I control 'mc3' with the button event that lying in 'mc1'? I mean, I write some script like this on a button in 'mc1':
on(realese)
_root.mc2.mc3.gotoAndPlay(2)
but it won't work anyway.
So please let me know how to control an mc over another mc. Thanks for the help. Before and after.
I have 2 movieclip (mc) on the stage. There is 'mc1' and 'mc2'. In the 'mc2', I put another mc, which is 'mc3'. The question is can I control 'mc3' with the button event that lying in 'mc1'? I mean, I write some script like this on a button in 'mc1':
on(realese)
_root.mc2.mc3.gotoAndPlay(2)
but it won't work anyway.
So please let me know how to control an mc over another mc. Thanks for the help. Before and after.