HI!
i am doing a password thingy like in the tutorial (http://www.kirupa.com/developer/flash5/ifelse.htm) and i was wondering if i could put 2 different sounds…one playing if access is granted, and the other one if it isnt…also…after access is granted…i want it to go to a certain url or to get a file…how do i do that???
[AS]password = inputName
if (password == “password”) {
answer = “Access granted!” ;
} else {
answer = “no!” ;
}[/AS]