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

  1. on startMovie
  2.   global firstenter, classfirst, firstmainhall, ZITS, BOOGERS, SPIT, BURPS, BARF, POOP, PEEPEE, SCABS, BADODOR, CL
  3.   unLoad()
  4.   register(xtra("PrintOMatic"), "POMX153-643-02656")
  5.   set ZITS to 1
  6.   set BOOGERS to 2
  7.   set SPIT to 3
  8.   set BURPS to 4
  9.   set BARF to 5
  10.   set POOP to 6
  11.   set PEEPEE to 7
  12.   set SCABS to 8
  13.   set BADODOR to 9
  14.   set CL to 0
  15.   sound stop 1
  16.   sound stop 2
  17.   set firstenter to 1
  18.   set firstmainhall to 1
  19.   set classfirst to []
  20.   set x to ZITS
  21.   repeat while x <= BADODOR
  22.     addAt(classfirst, x, 1)
  23.     set x to x + 1
  24.   end repeat
  25.   RockyInit()
  26.   GingerInit()
  27.   preloadMember("L001")
  28. end
  29.