hey buddy>
saw your post.......
what you wanna do is place the action script inside the button itself.....
Make a new symbol and make sure you check "button" and construct your button in the 4 state frames.......
then drag your button to it's proper place on the stage, and then insert this action script IN THE INSTANCE OF THE BUTTON (Flash wont let you put actions in the actual button state frames...you must apply it to the object "the button" itself on the timeline)
here's the actionscript
on (release) {gotoAndPlay("Scene X", 1);
}
in this example upon the mouseclick FLash will go to Scene X, frame one.....
you can replace these variables w/ your own of course.....
OK Good luck
Daren!
http://webpageturner.com