A little newbie question

Hey

I´m currently building a flash-website for myself. I have constructed a menu using the “menu with slider” tutorial. I have build the menu within a movieclip, and dragged the whole thing on to the main stage. I´m now trying to make the first button send the main movie to frame 2. But I just can´t seem to make it work…and it´s driving me crazy.

This is the script currently assignet to the button.

on (rollOver) {
// slider - Movie Clip’s Instance Name. button_1 - Button’s Instance Name.
slider.xMove = button_1._x;
}
on (release) {
gotoAndStop (2);
}

I have´nt worked with flash for a long time, last time was with Flash 5. I´m building THIS site with Flash MX 2004 Professional.

I reeeally hope someone can help me :slight_smile:

Peter