var mx:Number = mouseX; var my:Number = mouseY; this.mpos_txt.text= String(mx) + " , " + String(my);