Button problem

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.

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

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:

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