home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / Titans / cyborg.swf / scripts / DefineSprite_159 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-01-05  |  311 b   |  18 lines

  1. onenterframe = function()
  2. {
  3.    if(Key.isDown(67))
  4.    {
  5.       if(Key.isDown(89))
  6.       {
  7.          if(!r.cheat1)
  8.          {
  9.             r.cheat1 = 1;
  10.             r.zbonus.start();
  11.             barcolor = new color(r.bar);
  12.             barcolor.setbrightness(50);
  13.          }
  14.       }
  15.    }
  16. };
  17. stop();
  18.