I'm using a flash form and the checkbox values for Flash checkboxes are defaulted to false are have only a true or false set, this cannot be changed as that is the way Flash is, so no changing the name value.
All of the check boxes run independently.... (except for DINE_IN & DINE_OUT , i'll...
This is how things are set up in the fla:
Frame 1 has a stop action and i have the checkboxes on the main stage with each having a component name, then i have a button with this actions:
on (release){
formdata= new loadvars( );
formdata.name=name.getvalue( );
formdata.age=age.getvalue( )...
i'm using this in frame 3
if (_root.Counter == 1) {
gotoAndStop(4);
} else {
gotoAndPlay(2);
}
But i would only like the condition of the else statement to gotoAndPlay frame 2 only 4 times then just go to frame 4 but i still need the part of.. if (_root.Counter == 1) {
gotoAndStop(4)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.