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

  1. on exitFrame
  2.   global ghvitc
  3.   case ghvitc of
  4.     "1":
  5.       go("vitC1")
  6.     "2":
  7.       go("vitC2")
  8.     "3":
  9.       go("vitC3")
  10.     "4":
  11.       go("vitC4")
  12.     otherwise:
  13.       go(#next)
  14.   end case
  15. end
  16.