Help with Buttons inside Movie Clips

I’ve been following some tutorials to create simple rollover drop down menus and a scroll bar without buttons (http://www.flashkit.com/tutorials/Interactivity/Non-Butt-Adam_Lem-909/index.php). The problem I’m running into is that for some reason buttons within the movie clips won’t react to the normal onReleasegoto stuff or any action within the flash file, it will only function to get URL.

Any help would be greatly appreciated.

Thanks
Holden

bump

I suppose that you want to controll the main timeline with those buttons eh?
Well… if so, make sure the path is correct! :wink:
**
For example:** Imagine I have a movieclip on the stage with a button inside it.
Then when the user clicks it, I want flash to jump to… lets say frame 10 of the main timeline:

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

This tells flash to go and play frame 10 in the root. (main timeline (upperlevel))

[LEFT] edit:

[/LEFT]
Couse I dont know if this is would fix you problem, could you give some more info and/or post ur Fla ?

:rambo: