oblivion2010
March 8th, 2009, 03:11 PM
Hey guys, I'm trying to link from inside my movieclip to a frame on the main timeline.
The ActionScript is inside the MovieClip.
function gotoSite(e:MouseEvent):void{
gotoAndPlay("home");
}
This is the code I'm using, however I need to use the 'root' or the 'parent' properties to get to the main timeline, however I'm unsure on how to code this, any help is appreciated.
The ActionScript is inside the MovieClip.
function gotoSite(e:MouseEvent):void{
gotoAndPlay("home");
}
This is the code I'm using, however I need to use the 'root' or the 'parent' properties to get to the main timeline, however I'm unsure on how to code this, any help is appreciated.