can someone please tell me what I am doing wrong here:
perry.onPress = function() {
loadMovieNum(“trans.swf”,1);
};
perry is a MC that sits on the main timeline.
These work just fine.
perry.onRollOver = function() {
this.gotoAndPlay(“in”);
dr.gotoAndPlay(“in”);
};
perry.onRollOut = function() {
this.gotoAndPlay(“out”);
dr.gotoAndPlay(“out”);
};
Please forgive me, I’ve been working all night and cannot believe the Movie wont load into level 1. Wait there’s more… The MC loads when I export the movie, but in a browser nada…nothing.