# Reverse on mouse-over animation?

**URL:** https://forum.kirupa.com/t/reverse-on-mouse-over-animation/12564
**Category:** Uncategorized
**Created:** [February 1, 2003, 8:28pm UTC](https://forum.kirupa.com/t/reverse-on-mouse-over-animation/12564 "2003-02-01T20:28:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![HrPrZ](https://avatars.discourse-cdn.com/v4/letter/h/a183cd/32.png) [@HrPrZ](https://forum.kirupa.com/u/HrPrZ)
#### Post date: [February 1, 2003, 8:28pm UTC](https://forum.kirupa.com/t/reverse-on-mouse-over-animation/12564/1 "2003-02-01T20:28:57Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 1, 2003, 9:40pm UTC](https://forum.kirupa.com/t/reverse-on-mouse-over-animation/12564/2 "2003-02-01T21:40:08Z")

</div>

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.
