home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / musicbox / compwswl.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  1996-06-28  |  184 b   |  12 lines

  1. on startMovie
  2.   repeat with chan = 1 to 48
  3.     set the visible of sprite chan to 1
  4.   end repeat
  5.   set the visible of sprite 16 to 0
  6. end
  7.  
  8. on stopMovie
  9.   sound stop 1
  10.   sound stop 2
  11. end
  12.