my object go away from the stage
when i move my object x .. it go away from the stage .. can u help me with function make my object moving inside the stage?! thanx a lot
stop();
stage.addEventListener(MouseEvent.MOUSE_MOVE,mousedown);
function mousedown(e:MouseEvent):void{
girlMc.x = mouseX;
}
