home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / midnightstrike1.swf / scripts / DefineSprite_703 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-04-02  |  122 b   |  9 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(Math.random() < 0.1)
  4.    {
  5.       this.gotoAndPlay("blink");
  6.    }
  7. };
  8. stop();
  9.