home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / frog_day.swf / scripts / DefineSprite_417 / frame_27 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  184 b   |  11 lines

  1. currentScroll = view_scores.scroll;
  2. if("1" < currentScroll)
  3. {
  4.    tellTarget("lines")
  5.    {
  6.       nextFrame();
  7.    }
  8.    set("view_scores.scroll",currentScroll - "1");
  9. }
  10. play();
  11.