This also used my recently acquired knowledge of textboxes, but that got combined with conditional statements! This ended up being really easy to do, coding-wise, because the conditional statements are used exactly the same way in ActionScript as they are in any other language I know. It was just exciting to make something that was combining my knowledge! I didn't know it'd be that easy to use the if statements in Flash! Fun stuff!
Again, on this project I was trying to edit input textboxes like they were static and it caused me some problems. I didn't realize that the properties box had gotten preset to be input, so sometimes things would look different than I thought they should look. Eventually I really did remember to change the properties to be what I wanted.
(the password is "jephthah" and it is case-sensitive, but go ahead and try a wrong password and my else statement will stop you!! :D) Code Used: (on enter button)