I got a swf file that loads external swf files.
In one of those external swf files i have a button and a movieclip the movieclip has 3 frames when i click on the button i want the movieclip to play and stop frame 2.
The movieclip name is gallery and i place 3 frame labels on the 3 frames of the movieclip
i am now using this
on (release) {
_root.gotoAndPlay.gallery(“art”);
}
to make the movieclip go to the art framelabel by clicking on the button but it doesn’t work
anybody have a idea ?