home *** CD-ROM | disk | FTP | other *** search
/ PC Home 44 / PC_Home_Issue_44.iso / director / software.dxr / 00021.ls < prev    next >
Encoding:
Text File  |  1996-03-18  |  341 b   |  13 lines

  1. on mouseUp
  2.   set the soundLevel to 5
  3.   set the visible of sprite 6 to 0
  4.   set the visible of sprite 7 to 0
  5.   set the visible of sprite 8 to 0
  6.   set the visible of sprite 9 to 0
  7.   set the visible of sprite 10 to 0
  8.   set the visible of sprite 11 to 1
  9.   set the visible of sprite 12 to 0
  10.   set the visible of sprite 13 to 0
  11.   updateStage()
  12. end
  13.