btn_intro.buttonMode = true;
btn_intro.addEventListener(MouseEvent.CLICK, myBtnClicked);
function myBtnClicked(e:MouseEvent):void {
var url:URLRequest = new URLRequest("myweekend.html");
navigateToURL(url,"_self");
}
Cartman
-
doodle of the evil brat from colorado i made a few days ago Attachment
75990 (https://board.flashkit.com/board/attachment.php?attachmentid=75990)
1 week ago
0 comments:
Post a Comment