need help quick text effect in as 2.0...
Ok I go a textfield and all I want to do is delete each character one by one starting from the end of the line.
I am stuck on figuring how to create a "temp" storage using the textfiled object of what is in the texfield then out put it like this:
eg charater is "hello dude"
so displays
"hello dude"
"hello dud"
"hello du"
"hello d"
"hello "
"hell"
"hel"
"he"
"h"
""
Thanks guys.
Last edited by kalel; 08-23-2005 at 07:30 PM.
|