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

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