# Newbie - buttons are not fun anymore

**URL:** https://forum.kirupa.com/t/newbie-buttons-are-not-fun-anymore/279998
**Category:** flash
**Created:** [January 21, 2009, 2:33pm UTC](https://forum.kirupa.com/t/newbie-buttons-are-not-fun-anymore/279998 "2009-01-21T14:33:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![xira](https://avatars.discourse-cdn.com/v4/letter/x/f08c70/32.png) [@xira](https://forum.kirupa.com/u/xira)
#### Post date: [January 21, 2009, 2:33pm UTC](https://forum.kirupa.com/t/newbie-buttons-are-not-fun-anymore/279998/1 "2009-01-21T14:33:23Z")

</div>

I confess that I have been avoiding AS3 like the paige, but I have been forced to learn it. Making timers, manging timelines… so far so good. But a button? I simply want my movieclip/button to change state and link to a URL. In AS2 this was easy.

on(RollOver){  
//do what i want  
}

on(RollOut){  
//do what i want  
}

on(Release){  
//do what i want  
}

HELP!!!
