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

  1. package
  2. {
  3.    import flash.media.SoundMixer;
  4.    import game.GameZombie;
  5.    import game.ThisGameManager;
  6.    
  7.    [Embed(source="/_assets/assets.swf", symbol="Zombie_chick")]
  8.    public dynamic class Zombie_chick extends GameZombie
  9.    {
  10.        
  11.       
  12.       public function Zombie_chick()
  13.       {
  14.          super();
  15.          addFrameScript(119,frame120,178,frame179,231,frame232,290,frame291,326,frame327,451,frame452,483,frame484,513,frame514);
  16.       }
  17.       
  18.       internal function frame179() : *
  19.       {
  20.          this.gotoAndPlay("je");
  21.       }
  22.       
  23.       internal function frame291() : *
  24.       {
  25.          give50();
  26.          if(ThisGameManager.getInstance().mute)
  27.          {
  28.             SoundMixer.stopAll();
  29.          }
  30.       }
  31.       
  32.       internal function frame514() : *
  33.       {
  34.          this.stop();
  35.          afterKilling();
  36.       }
  37.       
  38.       internal function frame327() : *
  39.       {
  40.          this.stop();
  41.          this.deleteMe();
  42.       }
  43.       
  44.       internal function frame452() : *
  45.       {
  46.          veryAngry();
  47.       }
  48.       
  49.       internal function frame232() : *
  50.       {
  51.          jumpWybuch();
  52.       }
  53.       
  54.       internal function frame120() : *
  55.       {
  56.          gotoAndPlay("Loop");
  57.       }
  58.       
  59.       internal function frame484() : *
  60.       {
  61.          giveBlood();
  62.       }
  63.    }
  64. }
  65.