|
-
can't find suiable path for target
hi
i load a movie clip (external .swf) into another. in the new clip i load several others:
one of them contains the buttons to controll the other clips.
if i click on one of the button, I wannt to tell the other mcs on the stage to gotoAndStop.
Sounds simple, even to me, but I can't figure out.
my scheme:
main page
|
|
new stage----> clip 1+ clip 2
|
release button in clip 1 should tell clip 2 to gotoAndStop
thanks in advance
Rob
Last edited by crashonline; 11-27-2006 at 09:19 PM.
-
Problem resolved.
I used
Code:
trace(targetPath(mc))
to get it right.
Rob
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
|