home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / staticshock.swf / scripts / DefineSprite_968 / frame_4 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  266 b   |  14 lines

  1. var braniacFlag = 2;
  2. gearText.text = staticText.text = "";
  3. staticFuzz._alpha = staticBar._alpha = 30;
  4. var cnt = 0;
  5. this.onEnterFrame = function()
  6. {
  7.    if(++cnt == 15)
  8.    {
  9.       gearBubble.gotoAndPlay(2);
  10.       delete this.onEnterFrame;
  11.    }
  12. };
  13. stop();
  14.