home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Greatest Childrens Stories Ever Told
/
Greatest_Stories.iso
/
movies
/
tom
/
thumb2.dir
/
00531_Script_531
< prev
next >
Wrap
Text File
|
1994-11-02
|
503b
|
25 lines
--global questions
--on startmovie
--clearglobals
global questions
--installmenu E11
set the soundEnabled to true
set the text of cast "firstname" to EMPTY
set the text of cast "lastname" to EMPTY
--end startmovie
when keyDown then ¼
if the key = RETURN then dontpassevent
if the text of cast d11="Audio Off" then
set the soundenabled to false
end if
if the text of cast D13="Questions Off" then
set questions=0
go marker(0)+2
else
set questions=1
end if