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

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