I am setting up a secure area for one of my clients and need to have 20 to 30 separate passwords that will allow access...maybe more. Is this sensible to do this in flash using multiple If statements and if so..what is the actionscript for it?
I have it set up for (1) password now and works fine. Here is my code so far:
if (password== "open" {
gotoAndPlay ("enter"
} else {
gotoAndPlay ("stayout"
}
Ya' Gotta Love It!X-)
I have it set up for (1) password now and works fine. Here is my code so far:
if (password== "open" {
gotoAndPlay ("enter"
} else {
gotoAndPlay ("stayout"
}
Ya' Gotta Love It!X-)