home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / zombietypocalypse.swf / scripts / Button_Starteasy.as < prev    next >
Encoding:
Text File  |  2008-09-15  |  752 b   |  39 lines

  1. package
  2. {
  3.    import game.StartButton;
  4.    
  5.    [Embed(source="/_assets/assets.swf", symbol="Button_Starteasy")]
  6.    public dynamic class Button_Starteasy extends StartButton
  7.    {
  8.        
  9.       
  10.       public function Button_Starteasy()
  11.       {
  12.          super();
  13.          addFrameScript(0,frame1,10,frame11,15,frame16,16,frame17);
  14.       }
  15.       
  16.       internal function frame16() : *
  17.       {
  18.          gotoAndPlay("off");
  19.       }
  20.       
  21.       internal function frame1() : *
  22.       {
  23.          stop();
  24.          unlockButton();
  25.       }
  26.       
  27.       internal function frame17() : *
  28.       {
  29.          stop();
  30.       }
  31.       
  32.       internal function frame11() : *
  33.       {
  34.          stop();
  35.          unlockButton();
  36.       }
  37.    }
  38. }
  39.