
11-08-08, 15:51
|
|
Junior Member
|
|
Join Date: Aug 2008
Posts: 2
Rep Power: 0
|
|
|
code problem?
|
|
hey everyone
i am trying to create a login page for my project
i would like the page to redirect me to an intro page once the password is right
here is the code any help would be appreciated thank you in advance
password = inputName
if (password == "9707") {
answer = "I Love You!"
navigateToURL(new URLRequest("http://www.google.com.html"));
} else {
answer = "Retry!" ;
}
right now it just gives me the answer but does not redirect me |
|