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 / 00124.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  173 b   |  13 lines

  1. on mouseUp
  2.   global gbet
  3.   set the puppet of sprite 46 to 0
  4.   initlamp()
  5.   resetlamp(0)
  6.   if gbet = 0 then
  7.     resetlamp(1)
  8.   else
  9.     resetlamp(2)
  10.   end if
  11.   play done
  12. end
  13.