I have placed the following code on a button instance:
on (release) {
this.gotoAndStop(“Down”);
introtext.unloadMovie(“introtext.swf”);
loadMovie(“gallery.swf”, thumbs);
}
The unloadMovie part works fine but not the loadMovie.
Anyone have an idea?