Hi,
I have a little , but really annoying problem.
I have a movieclip(instance is asi) on frame 3. Inside the movieclip there is a button on frame 2, that goes to main timeline’s frame 7. This part works, but the part when I want the button on frame 7 to go to frame 2 and play that movieclips frame 2, doesnt work.
Movieclip frame 1 is alpha with button that leads to frame 2, frame 2 is a box with links going to frames, and one of them goes to frame 7 on the main timeline. What I want is that the button on frame 7 goes back to mainframes layer 2, where is the movieclip and displays the movieclips frame 2, where is the box.
Could you guys please help me, I’ve tried
on(release){
asi.gotoAndStop
}
But I think I somehow have to notice flash, that the movieclip is on frame 2, not on frame 7 as the button.