home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / Drifter.swf / scripts / DefineSprite_61 / frame_105 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  176 b   |  9 lines

  1. chkPlayer = Player.substr(PCount,"1");
  2. chkComputer = Computer.substr(PCount,"1");
  3. if(chkPlayer ne chkComputer)
  4. {
  5.    Player = "0";
  6.    PCount = "";
  7.    gotoAndPlay(24);
  8. }
  9.