how do i make buttons on macromedia flash 6?

Create your graphic. Right click on it -> convert to symbol. Select "button" and edit the different states of the button after converting it. Then, in your action scripting, on the same frame the button's on, enter this:

buttonname function(){
onClick.goToAndPlay(#)
}

where # is the frame number and or label of the frame your movie starts on.
 
Back
Top