home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / Titans / star.swf / scripts / DefineSprite_163_saw2 / frame_5 / DoAction.as
Encoding:
Text File  |  2006-01-05  |  136 b   |  12 lines

  1. r.score += r.point;
  2. d = 15;
  3. onenterframe = function()
  4. {
  5.    d--;
  6.    if(!d)
  7.    {
  8.       this.removeMovieClip();
  9.    }
  10. };
  11. stop();
  12.