Group 94 Flash
Group 94 Flash
Out of context: Reply #1
- Started
- Last post
- 19 Responses
- unfittoprint0
grab your text string, use split to creat an array with each separate character.
Then display the complete text either by randomly picking each character and putting it in the correct place, or from start to end or backwards. U can use setInterval or onEnterFrame to time the loop.
It really depends of your imagination.