breakItUp_mc is the mc I wish to use as cursor. It has been exported for actionscript with the same name. Does it still need to be added to the stage?
Any help is, well. helpful…
Thanks…
addEventListener(MouseEvent.MOUSE_MOVE, updateCursor);
Mouse.hide();
function updateCursor(event:MouseEvent):void {
breakItUp_mc.x = mouseX;
breakItUp_mc.y = mouseY;
}
yet I keep getting the error:
1119: Access of possibly undefined property x through a reference with static type Class.