I would like to make a "browser glossary" where as you type letters, a list of words (ie, movie clip) moves to reflect the letters typed. Like a search feature in a help menu. So if you type "b", the list jumps to b, and "bo" would adjust the list to show words with a beginning of "bo". I do not know of I can use keyUp to look at each letter typed or a myString array.
I would also like it if the word was completely typed out, a "go" button would grab the string and compare it to values in the list. Just like a regular search menu in a help dialog.
Any suggestions would be great! Thanks
I would also like it if the word was completely typed out, a "go" button would grab the string and compare it to values in the list. Just like a regular search menu in a help dialog.
Any suggestions would be great! Thanks