home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Resources / Direct Loops / About DirectLOOPS / About DirectLOOPS.dxr / 00043.ls < prev    next >
Encoding:
Text File  |  1995-11-17  |  256 b   |  18 lines

  1. on startMovie
  2.   preLoadCast(33)
  3.   puppetSound("HSL1502.AIF")
  4.   updateStage()
  5.   set the cpuHogTicks to the maxinteger
  6. end
  7.  
  8. on resetPup
  9.   repeat with i = 3 to 5
  10.     puppetSprite(i, 0)
  11.   end repeat
  12. end
  13.  
  14. on stopMovie
  15.   unLoad()
  16.   set the cpuHogTicks to 20
  17. end
  18.