home *** CD-ROM | disk | FTP | other *** search
/ IBM CD-ROM Sampler / IBM_CD-ROM_Multimedia_Sampler_IBM_1995.iso / ibmms / shadow / s / s3.dxr / 00090.ls < prev    next >
Encoding:
Text File  |  1995-06-23  |  181 b   |  10 lines

  1. if soundBusy(1) then
  2.   go(the frame)
  3. else
  4.   repeat with counter = 3 to 23
  5.     set the lineSize of sprite counter to 0
  6.     puppetSprite(counter, 0)
  7.   end repeat
  8.   go("Start")
  9. end if
  10.