# Button Problems!

**URL:** https://forum.kirupa.com/t/button-problems/244283
**Category:** flash
**Created:** [November 15, 2007, 9:48pm UTC](https://forum.kirupa.com/t/button-problems/244283 "2007-11-15T21:48:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![chrisclick](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/chrisclick/32/1991_2.png) [@chrisclick](https://forum.kirupa.com/u/chrisclick)
#### Post date: [November 15, 2007, 9:48pm UTC](https://forum.kirupa.com/t/button-problems/244283/1 "2007-11-15T21:48:49Z")

</div>

ok, so im attempting to make a flash site, but when I got to the buttons I hit an “Anti-Continue” barrier!

I got one button to work problerly, But the other one just doesn’t agree!

There movie clip buttons

the code I used for BOTH is:

```auto
on (rollOver) {
              gotoAndPlay("over");
}
on (rollOut) {
              gotoAndPlay("out");
}

```

i used that for the second one and it doesn’t want to work ☹

HELP!
