# Button problem

**URL:** https://forum.kirupa.com/t/button-problem/175912
**Category:** Uncategorized
**Created:** [January 18, 2006, 7:59pm UTC](https://forum.kirupa.com/t/button-problem/175912 "2006-01-18T19:59:45Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Virax](https://avatars.discourse-cdn.com/v4/letter/v/ed8c4c/32.png) [@Virax](https://forum.kirupa.com/u/Virax)
#### Post date: [January 18, 2006, 7:59pm UTC](https://forum.kirupa.com/t/button-problem/175912/1 "2006-01-18T19:59:45Z")

</div>

Hello,

First of all I would like to tell you I’m not a Flash pro ;).

I wanted to make a movable menubar and saw a tutorial on this site: [http://kirupa.com/developer/mx/infinite.htm](http://kirupa.com/developer/mx/infinite.htm).

I made my own bar in Flash 8 but I’m having a problem. When I put an action to a button:

```auto
on (release) {
gotoAndStop("Scene 1", 25);
}

```

It doesn’t work. (What I would like to see is that Flash jumps to key 25 in Scene 1.

When I give key 25 a label “test” and I use:

```auto
on (release) {
gotoAndStop("Scene 1", test);
}

```

It doesn’t work either.

Can someone please tell me what I am doing wrong?

Kind regards,

Virax

P.S.  
I have uploaded the file to: [http://www.viraxtothemax.nl/testfile.zip](http://www.viraxtothemax.nl/testfile.zip)
