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");
}
AS 2 is it possible to make characters click-to-move?
-
What I'm asking specifically is, is it possible to make characters (or just
plain symbols) dynamically move to your cursor when you click on something?
I'v...
2 weeks ago
0 comments:
Post a Comment