I have 2 movies. The first movie launches the second movie at a specific
point. I need to place a button in the second movie that will load the
first movie and then play starting at a specific frame in that movie (namely
the one I left off at). I'd think it would be easy, but I'm having a
terrible time figuring it out. I've been trying loadMovie and passing
variable with Get, but I must be doing something wrong with my if statement
in the movie.
Can someone please give advice.
Please respond to vva...@uillinois.edu
Thank you very much.
foo.gotoAndStop(3);
or using a label
foo.gotoAndStop("labelName");
hope that helps...
mike chambers
"Mike Chambers" <me...@macromedia.com> wrote in message
news:u6so3ucsg5juc5266...@4ax.com...