nexus6

nexus6

addEventListener(MouseEvent.CLICK, function (param1) {
navigateToURL(new URLRequest("http://twitcasting.tv/" + MovieClip(parent).user), "_self");

twitcasting
function frame1() {
stop();
if (!MovieClip(parent).seed){
this.buttonMode = true;
this.useHandCursor = true;
this.addEventListener(MouseEvent.CLICK, function (param1) {
navigateToURL(new URLRequest("http://twitcasting.tv/" + MovieClip(parent).user), "_self");
return;
}// end function
);
}
if (MovieClip(parent).language == "ja"){
gotoAndStop(2);
}
else{
gotoAndStop(1);
}
return;
}// end function