home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Kamikaze.swf / scripts / DefineSprite_92 / frame_8 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  127 b   |  7 lines

  1. currentScroll = view_scores.scroll;
  2. if(1 < Number(currentScroll))
  3. {
  4.    view_scores.scroll = currentScroll - 1;
  5. }
  6. play();
  7.