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

  1. on exitFrame
  2.   global ghtan
  3.   case ghtan of
  4.     "1":
  5.       go("tan1")
  6.     "2":
  7.       go("tan2")
  8.     "3":
  9.       go("tan3")
  10.     "4":
  11.       go("tan4")
  12.     otherwise:
  13.       go(#next)
  14.   end case
  15. end
  16.