Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
joejoe2288 #1
button won't stay down after click
ok i am making a menu in flash and i have the up over down and hit states and i
tested it and all the buttons work except for one thing i want after you
release the button for the down state to stay there and when clicked again it
goes back to the original state, can someone please tell me how to action scrip
this or if there is an easier way please tell me.
Thanks
joejoe2288 Guest
-
set button.click from .as file
Hi All I am wanting to set the click event of a button from an actionscript file. Essentially inside my as file i have a function that is called... -
WWW::Mechanize click($button) not finding right button to click
Based on wise advice from participants of this forum, I rewrote my web automation script using WWW::Mechanize. The script now successfully logs... -
Button.Init? how Do I know if click event has been fired? TextBox.TextChanged event before Button.Click in a CompositeCustomControl.
Hello I have the following situation: (everything is dynamic (controls.add)) 1. Button.Init { WasButtonClickFired = true } 2.... -
double click button(mc)
I need a way to double click a movieclip as need to be able to drag & drop it. This is a section of the code i am using outbar1.numero = 1;... -
Sound in navigation bar + button stay down
Hi First, I want to thanks thoses that had help my with the flash's part of the future Weyssor site. I still need some help do. I need to... -
rlc5611 #2
Re: button won't stay down after click
In one of the newer UI components there is a push button that has a toggle
option. Another way to do what you want is to place your button in a 2 frame
movie clip with a stop() in the first frame. Make a similar button in frame 2
but change the color or highlight to make it look like it is down.
In addition to your AS for the button in frame 1 of the MC put gotoAndStop(2);
and in addition to your AS for the button in frame 2 put gotoAndStop(1) and you
have your own toggle switch. This will be a lot smaller than the UI component
as well if you are concerned about file size.
rlc5611 Guest



Reply With Quote

