home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / tangerine-panic.swf / scripts / frame_39 / DoAction.as
Encoding:
Text File  |  2008-09-04  |  276 b   |  18 lines

  1. rock._x = -100;
  2. rock._y = -100;
  3. if(restart)
  4. {
  5.    d = 0;
  6.    while(d < x + 1)
  7.    {
  8.       removeMovieClip(_root["rock" + d]);
  9.       d++;
  10.    }
  11.    x = 0;
  12.    restart = false;
  13.    gotoAndPlay(36);
  14.    man.gotoAndPlay(1);
  15.    man.dead = false;
  16.    rock.gotoAndPlay(1);
  17. }
  18.