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!"; }}

Likes: 0


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!"; }}



Reply With Quote
Bookmarks