home *** CD-ROM | disk | FTP | other *** search
/ PC Home 44 / PC_Home_Issue_44.iso / infopedi / demo20.dir / 00236.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  266 b   |  12 lines

  1. on waitSound whichChannel
  2.   repeat while soundBusy(whichChannel) and not (the mouseDown)
  3.     updateStage()
  4.   end repeat
  5. end
  6.  
  7. on waitVideo whichSprite
  8.   repeat while (the movieRate of sprite whichSprite > 0) and not (the mouseDown)
  9.     updateStage()
  10.   end repeat
  11. end
  12.