Reverse on mouse-over animation?

I am having a problem. I made a mouse over animation where some text morphs to some other text when you move the mouse over it. The problem that I have is I want to make the text stop at the end of the animation and when I remove the mouse, it will go back to the original message. I am open to any suggestions, but i dont want to use any buttons. Please help. Thanks!

HrPrZ

have another animation that’ll undo the morph…

then just do an AS on the button so that on(rollOut) { gotoAndPlay(frame_where_morphout_starts) }

and that should do it.