home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / shop / jjmain.dir / 00186.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  328 b   |  24 lines

  1. on exitFrame
  2.   global ghtansui
  3.   case ghtansui of
  4.     "1":
  5.       go("tansui1")
  6.     "2":
  7.       go("tansui2")
  8.     "3":
  9.       go("tansui3")
  10.     "4":
  11.       go("tansui4")
  12.     "5":
  13.       go("tansui5")
  14.     "6":
  15.       go("tansui6")
  16.     "7":
  17.       go("tansui7")
  18.     "8":
  19.       go("tansui8")
  20.     otherwise:
  21.       go(#next)
  22.   end case
  23. end
  24.