简单的打字效果

      flash As 2007-6-9 1:42:00
toShow="打字效果就自动出来了。"

var i:Number = 0;
onEnterFrame = function () {
  i += 1.2;
  txt.text = toShow.substr(0, i);
  //txt动态文本框的名字
  if (i > toShow.length)
  {
    delete this.onEnterFrame;
    i = 0;
  }
};
标签集:TAGS:
回复Comments() 点击Count()
喜欢就顶一下

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}