Disable buttons in over state

hey guys,

I have a group of buttons each with upstates/overstates/downstates.

when a user clicks one, i want it to be disabled. no problem.

however, i want to disabe it, but have it be stopped in the over state, so you know which button is disabled, and where you are.

umm, if that makes no sense, check out the buttons at http://www.internettinyawards.com.

when you hover over them the animation plays, when you click it the animation stays visible.

thanks for the help!

  • gabe

i put a stop in the animation that plays in the ‘over’ state, but when the mouse leaves the button, it plays the ‘up’ state.

ok, here is a quick example i made (it looks really crappy)

when you click one button, that button is disabled, but the other is enabled.

once clicked, i want the button to stay yellow until the other button is clicked.

i hope this makes more sense

thanks

  • gabe

Gabe, i have a question for you. How did you get it so that when you click on a link it loads the appropriate movie inside the whole thing? I’ve been wondering how to do that for a while.

I worked this up for ya and it’s probably a bit clumsy the way I coded each btn to reset the others (instead of a catch-all function)…

…but it works…

cheers

Just put each button on a seperate movie clip. Inside the movie clip, have keyframe 1 (with a stop(); action) have the actual button. Then hit F6. Go back to keyframe 1 and make it so that when the button is pressed, make it gotoAndStop at keyframe 2. On keyframe 2, select your button and press ctrl+b over and over until the button is fully broken. Test. :D.