PLEASE READ DESCRIPTION BEFORE OR AFTER VIDEO!
In this flash tutorial it show you how to make a button and make it highlight when you put your cursor over it. NOTE:This also works for macromedia flash and adobe flash cs3!
Action for the button to link to another frame:
on(release){
gotoandplay(2);
}
NOTE:put the number of the frame you want the button to link to in the parentheses.