Button Help

When I created a button and clicked edit and added frames after the Hit section it wouldn’t play the section after the hit button that i added. how do i make it so when i click (for example) a spaceship it explodes?

Im guessing you’re using spaceships as buttons? use actionscript. If you’re using Flash 5, you’re gonna have to convert your button to an mc. Then, attach an action to the button when it does…

on(release){
your action here.
}