home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / tobby_sucuri.swf / scripts / frame_110 / DoAction.as
Text File  |  2008-11-12  |  304b  |  15 lines

  1. this.poiMC.removeMovieClip();
  2. this.iremonoMC.removeMovieClip();
  3. _root.tobbyMC.reset();
  4. this.stageNum = this.stageNum + 1;
  5. _root.tobbyMC.commentClear();
  6. this.fadeBlackScrMC.removeMovieClip();
  7. if(this.stageNum <= 8)
  8. {
  9.    this.gotoAndPlay("stagein");
  10. }
  11. else
  12. {
  13.    this.gotoAndPlay("ending");
  14. }
  15.