home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997: Best New Mac Games / Image(3).iso / Games / Grossology / demo.dxr / Main_hole_35.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  288 b   |  17 lines

  1. on GingerAjanl CL
  2.   global classfirst, ZITS, BOOGERS, SPIT, BURPS, BARF, POOP, PEEPEE, SCABS, BADODOR
  3.   case CL of
  4.     ZITS:
  5.       set x to "gz0" & random(3) + 22
  6.     BOOGERS:
  7.     SPIT:
  8.     BURPS:
  9.     BARF:
  10.     POOP:
  11.     PEEPEE:
  12.     SCABS:
  13.     BADODOR:
  14.   end case
  15.   puppetSound(1, x)
  16. end
  17.