Controling mc from another mc
I'm using actionscript 1.
I want the "home" menu button to also control a second mc. It's instance name is pl7_main. It's a secondary menu that needs to reset to frame one when home is pressed. The home button is inside another mc. What's the best way to do this?
FK'n_dog
on frame#1 of second mc add a trace - trace(this);
this will output the path that you must use from home button
hth
Can you give me an example of the script. I'm quite dumb with actionscript even though I've been working in Flash since flash 5. Learning slowly
Last edited by garretthes; 08-16-2007 at 11:47 AM .
Reason: spelling
FK'n_dog
what is the output when you add the trace ?
I uploaded a scaled down version for you to see.
Attached Files
Hey! I got it! I used the following script;
onClipEvent (load) {
_level0.instance7.gotoAndStop(1);
}
Thanks for the help!
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width