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 / e / cool.dcr / 00057.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  332 b   |  15 lines

  1. on exitFrame
  2.   if soundBusy(2) then
  3.     go(the frame)
  4.   else
  5.     set the visible of sprite 3 to 0
  6.     set the visible of sprite 4 to 0
  7.     set the visible of sprite 5 to 0
  8.     set the visible of sprite 6 to 0
  9.     set the visible of sprite 7 to 0
  10.     set the visible of sprite 47 to 0
  11.     cursor([35, 36])
  12.     go(#next)
  13.   end if
  14. end
  15.