Textwrite AS
Textwrite AS
- Started
- Last post
- 2 Responses
- pixelman
Hey, I am looking for a textwrite script in Actionscript but I can't find any good script.
I like to write diferent links one at the time, character by character.Help? => yeah
No? => damn
- pixelman0
I'm in pain!
- pixelman0
got it!
i = 0;
function enGaan(){
if(i< myOldString.length){
trace(myNewArray[i]);
_root.txt = _root.txt + myNewArray[i];
}
i++;
}
myOldString = "Nieuwe springkastelen.";
myNewArray = myOldString.split("");
setInterval(enGaan, 50);