Hi guys,
I have been working with AS3 but someone asked for an AS2 banner the other day…
I tried my best but couldn’t manage to clear it…
EDIT:
Sorry I forgot to mention, you need greensock as2 library for this fla to work…
Just put the fla in the same directory with “com” directory of greensock…
I’m attaching the FLA… You can try with letters, “a” , “b”, “c”, “d”… It’s working already with my little bug…
If someone looking for a simple auto complete function it’s here
The idea is, user will type something in the text box, and the banner will show the exact words which match the input text…
Kind of an auto complete system…
If the user types “app” and the words array in my banner has “apple” in it,
“apple” will show up…
You get the idea…
I can do this already… I can show up all the words and clear the results with clearing the text box…
But the problem is, when I hit the keyboard too fast, it clears the new results too…
I think it has to do something with the arrays I created…
You can try the bug with typing “c” and then erase it backspace very fast then typing “a”… You will see that some answers are not showing up when you type that fast…
If someone can give me a hand here, I will be very happy…
Thank you in advance… :alien2: