home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Greatest Childrens Stories Ever Told
/
Greatest_Stories.iso
/
movies
/
animat
/
pinochio.dir
/
00038_Script_38
< prev
next >
Wrap
Text File
|
1994-10-19
|
259b
|
13 lines
put random(5) into Value
if Value = 1 then
puppetSound "Ow-1"
else if Value = 2 then
puppetSound "ow-2"
else if Value = 3 then
puppetSound "ow-3"
else if Value = 4 then
puppetSound "ow-4"
else if Value = 5 then
puppetSound "ow-5"
end if