I tried to write since i doing Flash Scripts 3Months (:


Code:
dynText.addEventListener( MouseEvent.MOUSE_OVER, myInfoHandler )function myInfoHandler( event ){    if(event.target.name == "stopButton"){    dynText.text = "Stop animation!";    }}