Buttons

Hi again
I’m just trying to configure some buttons so i can use them in the infinite menu. Could someone please look at the little file and tell me why they wont work?
this is what i did, i made the text
converted to a button
Gave the button some script (on (release) {gotoAndStop(“1”);

}
repeated it. Selected all the buttons, and then converted them to a movie. the action doesn’t appear to work
Paul

somebody help me please!!!

your button should be

on (release) {
	_root.gotoAndStop("1");
}

then it will work. =)

thanks very much

np. :slight_smile: