home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / neko_juppiki.swf / scripts / frame_61 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  163 b   |  10 lines

  1. this.stage_num = this.stage_num + 1;
  2. if(this.stage_num < this.last_stage_num)
  3. {
  4.    this.gotoAndPlay("stagein");
  5. }
  6. else
  7. {
  8.    this.gotoAndPlay("ending");
  9. }
  10.