Hi Just wondering what the proper syntax is to accomplish "on release, go to this frame and load this movie… I know how to do
on(release) { gotoAndPlay(1); }
and
on(release){ loader.loadMovie("movie.swf"); }
Just don’t know how to put the 2 into one snippet of code.