home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 21 / cdromtoday-21.iso / pc / multbird / birddemo.dir / 00281_Script_281 < prev    next >
Text File  |  1995-06-27  |  415b  |  21 lines

  1. on startMovie
  2.   set the volume of sound 2 to 150
  3.   set the mouseDownScript to "LeaveMovie"
  4. end startMovie
  5.  
  6. on stopMovie
  7.   sound Stop 1
  8.   sound stop 2
  9.   set the volume of sound 2 to 255
  10.   set the mouseDownScript to EMPTY
  11.   unload
  12. end stopMovie
  13.  
  14. on leaveMovie
  15.   sound stop 1
  16.   sound stop 2
  17.   set the volume of sound 2 to 255
  18.   set the mouseDownScript to EMPTY
  19.   go movie "wait.dir"
  20. end leaveMovie
  21.