Dec 1, 2001 #1 august MIS Aug 24, 2000 150 PH How can i call frame to play on other movie while i'm in the current movie(same scene. THANKZ! August agencisa@yahoo.com
How can i call frame to play on other movie while i'm in the current movie(same scene. THANKZ! August agencisa@yahoo.com
Dec 1, 2001 #2 coldfused Technical User Jan 27, 2001 2,442 US mc or movie?.if your in the same scene i'm guessing mc's right?. carlsatterwhite@orlandomediasolutions.com Upvote 0 Downvote
mc or movie?.if your in the same scene i'm guessing mc's right?. carlsatterwhite@orlandomediasolutions.com
Dec 1, 2001 Thread starter #3 august MIS Aug 24, 2000 150 PH Sorry, MC THANKZ! August agencisa@yahoo.com Upvote 0 Downvote
Dec 1, 2001 #4 coldfused Technical User Jan 27, 2001 2,442 US on (press) { _root.targeted_mc.gotoAndPlay("labeledframe" } carlsatterwhite@orlandomediasolutions.com Upvote 0 Downvote
on (press) { _root.targeted_mc.gotoAndPlay("labeledframe" } carlsatterwhite@orlandomediasolutions.com
Dec 1, 2001 Thread starter #5 august MIS Aug 24, 2000 150 PH Do i have to label the frame? what about frame number? THANKZ! August agencisa@yahoo.com Upvote 0 Downvote
Dec 1, 2001 #6 SHARKY99 Programmer Oct 25, 2001 473 CA If you don't use a label on (press) { _root.targeted_mc.gotoAndPlay(1); ' 1 is the number of your frame } Have Fun... Sharky99 >:O> Upvote 0 Downvote
If you don't use a label on (press) { _root.targeted_mc.gotoAndPlay(1); ' 1 is the number of your frame } Have Fun... Sharky99 >:O>
Dec 1, 2001 #7 coldfused Technical User Jan 27, 2001 2,442 US label the frame..from what i gather it assures greater accuracy in the target process itself.. i think.. either way you can label it or call the frame #.. carlsatterwhite@orlandomediasolutions.com Upvote 0 Downvote
label the frame..from what i gather it assures greater accuracy in the target process itself.. i think.. either way you can label it or call the frame #.. carlsatterwhite@orlandomediasolutions.com
Dec 1, 2001 Thread starter #8 august MIS Aug 24, 2000 150 PH THANKS GUYS! THANKZ! August agencisa@yahoo.com Upvote 0 Downvote