home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / MisterShuster.exe / scripts / frame_401 / DoAction.as
Encoding:
Text File  |  2002-06-06  |  186 b   |  11 lines

  1. stop();
  2. Mouse.show();
  3. unloadMovieNum(10);
  4. _root.musicbox.gotoAndStop("stop");
  5. _root.hitanimation += 1;
  6. if(_root.hitanimation == 5)
  7. {
  8.    _root.hitanimation = 1;
  9. }
  10. stop = "yes";
  11.