Syko
November 3rd, 2001, 05:31 AM
I don't understand... it works but it doesn't refresh the inputStatus every time I push the submit button
here's my actionscript stuff:
if (Input == "Kirupa") {
        Status = "Access Granted!";
} else {
        Status = "Access Denied!";
}
I did it with ti keyframes, when i type the password and push the button:
gotoAndStop(2);
and in frame 2 there's a Dynamic text named "Status"
But it works like this...
I type "Kirupa" and push the btn and the Status hasn't been refreshed yet and Access Denied it tells me but if i push the back btn and type the password again it tells me Access Granted...It like takes the last password i entered not the current
what should I do, isn't there an action like refresh or something?
My flash isn't scrued up either i reinstalled the windows and flash but no use it still shows me the last password's not the current password's status...
:mad: (
here's my actionscript stuff:
if (Input == "Kirupa") {
        Status = "Access Granted!";
} else {
        Status = "Access Denied!";
}
I did it with ti keyframes, when i type the password and push the button:
gotoAndStop(2);
and in frame 2 there's a Dynamic text named "Status"
But it works like this...
I type "Kirupa" and push the btn and the Status hasn't been refreshed yet and Access Denied it tells me but if i push the back btn and type the password again it tells me Access Granted...It like takes the last password i entered not the current
what should I do, isn't there an action like refresh or something?
My flash isn't scrued up either i reinstalled the windows and flash but no use it still shows me the last password's not the current password's status...
:mad: (