home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1995 May / TYPEMANIA.ISO / demo_l.dir / 00004_Script_4 next >
Text File  |  1994-02-24  |  227b  |  14 lines

  1. on startMovie
  2.   cursor 200
  3.     set the mousedownscript to "BackToTheRoot"
  4. end StartMovie
  5.  
  6. on BackToTheRoot
  7.   if the optiondown then
  8.     sound close 1
  9.     sound close 2
  10.     play done
  11.   end if
  12.   
  13.   
  14. end BackToTheRoot