home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / animal_1.swf / scripts / frame_24 / DoAction.as
Encoding:
Text File  |  2006-05-29  |  174 b   |  13 lines

  1. if(8 < kazu)
  2. {
  3.    m00.gotoAndStop(1);
  4.    this.gotoAndPlay("again");
  5. }
  6. else
  7. {
  8.    rbb = myary2[kazu];
  9.    rnd = rbb + 1;
  10.    this.data0();
  11.    m00.gotoAndStop(rnd);
  12. }
  13.