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

  1. this.data2();
  2. kk = this["hk" + muki];
  3. this.kk();
  4. if(this.hiary[pp1] == 1)
  5. {
  6.    ima = pp1;
  7.    muki = this["mm" + muki].substr(1,1);
  8. }
  9. else if(this.hiary[pp2] == 1)
  10. {
  11.    ima = pp2;
  12.    muki = this["mm" + muki].substr(2,1);
  13. }
  14. else if(this.hiary[pp3] == 1)
  15. {
  16.    ima = pp3;
  17.    muki = this["mm" + muki].substr(3,1);
  18. }
  19. else
  20. {
  21.    ima = pp4;
  22.    muki = this["mm" + muki].substr(4,1);
  23. }
  24. this.gotoAndPlay("again2");
  25.