Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

movie to a specific frame in a load movie

Status
Not open for further replies.

jefargrafx

Instructor
May 24, 2001
273
US
I'm loading a different movie into _level0 when the play head hit a frame

on frame 16

stop ();
loadMovieNum ("whatgenareyou_00.swf", 0);
gotoAndStop ("ygen");


where "ygen" is the frame label in the new loaded move I want to movie to?

can't get this to work, I've also tried the frame number


gotoAndStop (2);

still no luck

what am I doing wrong?

oh FS5

thanks jef
 
When doing this on another level, you can't send the movie to a labeled frame until your sure it's fully loaded, and especially on the same script as the loading itself. It has to be done in another frame or button action (a few frames later), when, I repeat, you're sure the movie is fully loaded. Guess the same applies if your loading on _level0. Regards,

oldman3.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top