I'm working with Flash as2 movieclips however id on't know what to write next on my script if the frame that I want to be headed is within two movieclips. here's my script:
on (release) {
_root.productco ntent.gotoAndPl ay("glugoat");
}
but the frame glugoat is inside productcontent, which is again inside another movieclip named "productspa ge"
any suggestion on the correct script?
on (release) {
_root.productco ntent.gotoAndPl ay("glugoat");
}
but the frame glugoat is inside productcontent, which is again inside another movieclip named "productspa ge"
any suggestion on the correct script?
Comment