home *** CD-ROM | disk | FTP | other *** search
/ Greatest Childrens Stories Ever Told / Greatest_Stories.iso / movies / animat / pinochio.dir / 00038_Script_38 < prev    next >
Text File  |  1994-10-19  |  259b  |  13 lines

  1. put random(5) into Value
  2. if Value = 1 then
  3.   puppetSound "Ow-1"
  4. else if Value = 2 then
  5.   puppetSound "ow-2"
  6. else if Value = 3 then
  7.   puppetSound "ow-3"
  8. else if Value = 4 then
  9.   puppetSound "ow-4"
  10. else if Value = 5 then
  11.   puppetSound "ow-5"
  12. end if
  13.