home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / checkers_fun.swf / scripts / frame_49 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  94 b   |  9 lines

  1. if(BOARD == 2)
  2. {
  3.    AB.gotoAndPlay("board2");
  4. }
  5. else
  6. {
  7.    AB.gotoAndPlay("board3");
  8. }
  9.