
Results 1 to 2 of 2
-->
-->
Threaded View
-->
-
24-03-13, 10:16 AM #2
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!"; }}