home *** CD-ROM | disk | FTP | other *** search
/ Galleria D'arte: Manet / Manet.iso / Dati / Cdcat.dxr / 00122.ls < prev    next >
Encoding:
Text File  |  2000-12-21  |  225 b   |  14 lines

  1. on MyInitMovie
  2.   set the volume of sound 2 to 180
  3.   set the volume of sound 1 to 255
  4.   set the mouseDownScript to "HandleHalt"
  5. end
  6.  
  7. on HandleHalt
  8.   sound close 1
  9.   sound close 2
  10.   unLoadCast()
  11.   unLoad()
  12.   go(1, "black")
  13. end
  14.