Hey,
This is so noobish it hurts, but…all i want to do is, when I click a button, to send the playhead to a given frame of a different movie clip. I’ve used:
on (release){
menu.gotoAndPlay(1);
}
but it just sends the play head back to the current movie clip.
Any ideas?