Why it does not work

I learnt the tutorial from http://www.kirupa.com/developer/mx/infinite.htm
(The Infinite Menu)

but I couldn’t make the buttons work
could somebody please take look, see what I have done wrong
thank you very much

use the frame label only.

ie.

on (release) {
	_root.gotoAndPlay("Gallery");
}

MenuOn was a button, this needs to be a movie clip really as you dont want to click on this as a button you want to click on the buttons themselves. I also changed the code on the individual buttons to _root.gotoAndPlay(“Home”); etc to reference the _root timeline.

Everyone else has probably done the same, however, your buttons were nested twice on a movieClip, in a movieClip. ‘_root’ clears it all up, no matter which way you go. Here’s my bid:

thank you very much Kax and Stephen

thanks Freddythunder :slight_smile: