I’m now having problems trying to work out how to create a button to load an swf and then go to a frame in the new swf and stop.
I’ve got:
on (press) {
loadMovieNum ("library.swf",0) ;
gotoAndStop(9);
}
But it doesnt seem to work.
:cross-eye