_root.createTextField("coordinates", _root.getNextHighestDepth(),10,10,90,40) onEnterFrame=function(){ _root.coordinates.text="x: " + _root.clip._x+newline+"y: " + _root.clip._y }