夢幻之旅

          DEBUG - 天道酬勤

             :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
            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
          主站蜘蛛池模板: 永济市| 渝北区| 天长市| 中西区| 金沙县| 双城市| 额济纳旗| 叙永县| 沙洋县| 长顺县| 定边县| 桃园市| 灌南县| 襄汾县| 张北县| 西青区| 麦盖提县| 辛集市| 德钦县| 全椒县| 香港| 霍城县| 宜川县| 潼南县| 尚志市| 八宿县| 朝阳县| 岑巩县| 抚顺县| 渑池县| 泰兴市| 上林县| 宜兴市| 沙坪坝区| 石河子市| 舒兰市| 泉州市| 神农架林区| 鄂温| 客服| 房山区|