jefargrafx
Instructor
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
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