ActionScript.org Forums
>
ActionScript Forums Group
>
Simple Stuff (Newbies)
> mc change frame in main timeline
PDA
View Full Version :
mc change frame in main timeline
dj fuzzline
10-20-2001, 01:42 AM
how do you have a button within a mc which changes the frame of the main timeline, not the frame of the mc that it is in?
cheers
orox
10-20-2001, 03:43 AM
on (press) {
tellTarget (_parent.mcname)
{ gotoAndPlay (5)
}
}
vBulletin® v3.7.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.