make flash button stay
make flash button stay
- Started
- Last post
- 2 Responses
- atle
A flash question for you (again):
When the user pushes a button, I want that button to STAY active, untill a new button is pushed. I know I can tell it to go the a frame that has an active button in it, but that way seem vert wrong, There has to be an easy way around it?
- kpl0
put mc's in the up down and over states of each button, and on mouse down have that mc switch to a different frame.
I left out alot of details, but that should give you a general idea. That would be the way I'd do it, although it'll involve a good amt of scripting.
- atle0
thanks, I'll try