Scrolling Bar with button content - Problem

Hi,

I just finished the “Simple Custom Scrollbar” - Tutorial from Kirupa; it works great.
In my test, the graphic elements are buttons; unfortunately no button is working. Each one reacts (on rollover the cursor changes to a hand) but does not execute the attached command which is:

on(release){
gotoAndPlay(525);

}

I hope someone has an idea.

Thanks in advance
Lars

try

on(release){_root.gotoAndPlay(25);}

Thank you very much. That did the job.

Great Lunatic!

:thumb: