home *** CD-ROM | disk | FTP | other *** search
/ Greatest Childrens Stories Ever Told / Greatest_Stories.iso / movies / ripvan / winkle2.dir / 00525_Script_525 < prev    next >
Text File  |  1994-11-02  |  503b  |  25 lines

  1. --global questions
  2. --on startmovie
  3.   --clearglobals
  4.   global questions
  5.   --installmenu E11
  6.   set the soundEnabled to true
  7.   set the text of cast "firstname" to EMPTY
  8.   set the text of cast "lastname" to EMPTY
  9. --end startmovie
  10.  
  11. when keyDown then ¼
  12. if the key = RETURN then dontpassevent
  13.  
  14. if the text of cast d11="Audio Off" then
  15.   set the soundenabled to false
  16. end if
  17. if the text of cast D13="Questions Off" then
  18.   set questions=0
  19.   go marker(0)+2
  20. else
  21.   set questions=1
  22. end if
  23.  
  24.  
  25.