hi,
I made a menu for my new website with the following tutorial
http://www.cbtcafe.com/flash/flyoutm...youtmenus.html

I only now, after nearly having the website finished, tried to add actionscript to the buttons inside of this menu... it doesnt work though, im trying a simple
button action
on (release) {
gotoAndPlay(4);
}
on my second button in the menu (in the tutorial it would be the "products" button.
I am wondering if the actionscript applied the the "menu" button is blocking the AS of other buttons somehow?
I don't know if this is enough information, however you can also download the example of the tutorial which is basically the same as mine.

Ive tried the same script as above on the products button of the tutorials example file and it also didnt work.

This is quite important for me, so i'd be reallllly happy if someone manages to help me on this one!!!

Thanks in advance!
Maurice