home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / Hex.dxr / Internal_6.ls < prev    next >
Encoding:
Text File  |  2002-01-31  |  105 b   |  8 lines

  1. on exitFrame me
  2.   if sprite(120).visible then
  3.     go(the frame)
  4.   else
  5.     go("begin game")
  6.   end if
  7. end
  8.