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 / 00061.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  259 b   |  12 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.   end if
  11. end
  12.