How can many buttons be visible, except when the mouse rolls
over each one, then all that should be showing is the corresponding
overstate image?
Thanks in advance
Hiding and showing buttons
u can urn on/off button visiblity by writing:
my_btn._visible=false
my_btn._visible=true
based on that u can show hide ur buttons.
As for the state, if u want to show the button second state
without mouse rollover, u can use movieclips instead of buttons and
simple tell to go second frame.
No comments:
Post a Comment