夢幻之旅

          DEBUG - 天道酬勤

             :: 首頁 :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理 ::
            671 隨筆 :: 6 文章 :: 256 評論 :: 0 Trackbacks
          package {
              import flash.display.Sprite;
              import flash.events.Event;
              import flash.text.TextField;

              public class MovingText extends Sprite
              
          {
                  private 
          var txt:TextField;
                  private 
          var info:String;
                  private 
          var ti:uint;
                  
                  public 
          function MovingText()
                  
          {
                      txt 
          = new TextField();
                      txt.width 
          =100;
                      txt.textColor
          =0xffff00;
                      txt.selectable
          =false;
                      
                      txt.x
          =10;
                      txt.y
          =100;
                      
          this.addChild(txt);
                      
                      info
          ="There is not way that a bee cound bee able to fly";
                      info 
          += "Their wings are too small to get it's fat little body off the ground.";
                      
                      ti
          =0;
                      
          this.stage.frameRate=10;
                      
          this.addEventListener(Event.ENTER_FRAME,enterFrame);
                  }

                  
                  public 
          function enterFrame(e:Event):void
                  
          {
                      txt.text 
          = info.substr(++ti,20);
                      
          if(ti>=info.length)
                      
          {
                           ti
          =0;
                      }

                  }

              }

          }


          posted on 2009-09-12 18:55 HUIKK 閱讀(238) 評論(0)  編輯  收藏 所屬分類: FLASH
          主站蜘蛛池模板: 建德市| 富锦市| 阿拉尔市| 依兰县| 崇礼县| 清水县| 上栗县| 武清区| 沭阳县| 武冈市| 镇原县| 周至县| 台东市| 新河县| 平阳县| 南京市| 福州市| 新沂市| 沁源县| 黄大仙区| 徐水县| 班戈县| 尼玛县| 浦北县| 清流县| 高碑店市| 延安市| 南阳市| 平定县| 巴楚县| 泰州市| 柯坪县| 塔河县| 达孜县| 南安市| 云浮市| 綦江县| 秦皇岛市| 鱼台县| 渭源县| 新营市|