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 / 00075.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  153 b   |  11 lines

  1. on exitFrame
  2.   global gout
  3.   if soundBusy(2) then
  4.     go(the frame)
  5.   else
  6.     initdigit()
  7.     startdigit()
  8.     set gout to the ticks + 360
  9.   end if
  10. end
  11.