How do you create text box that excepts MULTIPLE passwords?

hi i’m trying to create an entry box that excepts multple passwords. i know how to do it for a single password, but I think I need an array to do multiple. \rI need to be able to do this in FLASH 4\r\rHow is it done?\rThanks ahead of time!\r\rhere’s my current script:\r------------------------\rpassword = inputName;\rif (password eq “oasis” ) {\r&nbsp &nbsp &nbsp &nbsp gotoAndPlay (90);\r} else {\r&nbsp &nbsp &nbsp &nbsp gotoAndPlay (113);\r}

  \r\rpassword = inputName;\r\rif (password eq "oasis" or password eq "oasis1" or password eq "oasis3" ) \r\r{\r\rgotoAndPlay (90);\r\r}\r\r\r\relse\r\r{\r\rgotoAndPlay (113);\r\r}\r\r

thanks!

how do i make a password box so that plp can type thje password in and i bring them to a certain fram if not to other… thanks