# Hey I'm new an I need help please

**URL:** https://forum.kirupa.com/t/hey-im-new-an-i-need-help-please/277791
**Category:** Uncategorized
**Created:** [December 17, 2008, 10:22am UTC](https://forum.kirupa.com/t/hey-im-new-an-i-need-help-please/277791 "2008-12-17T10:22:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![flash\_fool](https://avatars.discourse-cdn.com/v4/letter/f/a4c791/32.png) [@flash\_fool](https://forum.kirupa.com/u/flash_fool)
#### Post date: [December 17, 2008, 10:22am UTC](https://forum.kirupa.com/t/hey-im-new-an-i-need-help-please/277791/1 "2008-12-17T10:22:18Z")

</div>

hi everyone Its good to be here however I really need help. i have a button (its really a MC) when rolled over it animates and when rolled off the animation is reversed. here is the ac i used

onClipEvent (enterFrame) {  
if (this.hitTest(\_root.\_xmouse, \_root.\_ymouse, true)) {  
this.nextFrame();  
} else {  
this.prevFrame();  
}  
}

my problem is that my client wants the button to work like this: when button is pressed it animates (grows bigger) and stays animated. Its only when a new button is clicked the previous button reverses its animation while the new button starts its own animation. does this make sense. can anyone help. thank you
