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

  1. if(_parent.stage_num == _parent.last_stage_num)
  2. {
  3.    this.gotoAndStop("end");
  4. }
  5. else
  6. {
  7.    this.gotoAndStop("next");
  8. }
  9.