evilfourzero
Programmer
Alright im working on making a website in flash, and im making a password protected page, but the password protection isnt working. I enter the correct password, and click the enter button, yet it doesnt do anything...This is the code I have for the button:
---------------------------------------
onClipEvent (mouseUp) {
if (password eq "oreos") {
getURL("ppp.html");
}
}
---------------------------------------
Ans I have the Var for the input box set as password...but its not working..any help is appreciated...
---------------------------------------
onClipEvent (mouseUp) {
if (password eq "oreos") {
getURL("ppp.html");
}
}
---------------------------------------
Ans I have the Var for the input box set as password...but its not working..any help is appreciated...