FLASH中纯as制造的打字效果

FLASH中纯as制作的打字效果

*/
this.createTextField("textcontent", 1, 200, 10, 300, 500);
textcontent.multiline = true;
textcontent.wordWrap = true;
textcontent.html = true;
//-----------------------------------------------
function typetext(str:String, speed:Number) {
 //str:文字内容 speed:打字速度
 var i = 0;
 var ttext = new Object();
 var IS_type_txt:Boolean = true;
 ttext.interval = function() {
  var type_txt_move = new String(str);
  textcontent.htmlText = type_txt_move.substring(0, i+1);
  if (IS_type_txt) {
   i++;
  } else {
   //i = 0;//循环打字
   clearInterval(ttext_ID);
  }
  if (i>=type_txt_move.length) {
   IS_type_txt = false;
  } else if (i《致绿衣使者》      田子君春天你向我走来满脸堆笑如同灿烂的迎春花开是你用使者的风范让我和春天抱个满怀夏天你向我走来雨水掺杂着汗滴顺着你额前的发端轻轻滑落在你转身的刹那从你的眼睛里我读到了执着秋天你向我走来地上翻飞的落叶好似你匆匆的步态无悔的选择是你对生命真挚的热爱冬天你向我走来畅游的花为你深情地伴舞帘中你坚毅的面容是我心中永恒的雕塑……", 100);
本文转自:http://www.5uflash.com/flashjiaocheng/Flashdonghuatexiao/644.html