ScrambleText Class The ScrambleText class extends the String class. The method takes a string and scrambles the letters, and then re-arranges the letters to spell out the orinal string, it quite a nice effect Usage example: import text.ScrambleText; var oTextScramble:ScrambleText = new ScrambleText(); this.createTextField("my_txt", 1, 100, 100, 300, 100); sScrambleText = "Hello World"; oTextScramble.scramble(my_txt, sScrambleText); Would Trace: o oW oWl oWlr oWlre oWlreH oWlreHo oWlreHol oWlreHol oWlreHol d oWlreHol dl HWlreHol dl HelreHol dl HelreHol dl HelleHol dl HelloHol dl Hello ol dl Hello Wl dl Hello Wo dl Hello Wordl Hello Worll Hello World