home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / funcity / tokyo / slot.dcr / 00107.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  233 b   |  14 lines

  1. on mouseUp
  2.   global gmno, rmname, userid
  3.   if userid = "guest" then
  4.     cleardigit()
  5.     clearlamp()
  6.     clearcoin()
  7.     set gmno to 2
  8.     set rmname to "slot.dcr"
  9.     jumpnetmovie("psyche.dcr", 1)
  10.   else
  11.     go("bar2")
  12.   end if
  13. end
  14.