flash text replace
flash text replace
Out of context: Reply #1
- Started
- Last post
- 6 Responses
- unfittoprint0
textvar="this text here"
soemthing like
myArray=new Array()
myArray=textvar.split(" ")
for (i=0;i<myArray.length;i++){
textBox.text+=myArray[i]
}You should create some sort of setInterval within the loop to delay each new word inserted in the textBox.