This script is using for to hide the mouse pointer and show what ever image we can given other than mouse pointer. Lets check..
//Mouse.hide();
stage.addEventListener(Event.ENTER_FRAME,ff);
function ff(e:Event):void{
aa.x=mouseX;
aa.y=mouseY;
//Mouse.hide();
stage.addEventListener(Event.ENTER_FRAME,ff);
function ff(e:Event):void{
aa.x=mouseX;
aa.y=mouseY;

0 comments:
Post a Comment