home *** CD-ROM | disk | FTP | other *** search
/ Sunday That One Day / STOD_VFS_INVIS.ISO / pc / bedroom.dxr / 00607_Pillow.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  209 b   |  11 lines

  1. on mouseUp
  2.   puppetSound("Silence.wav")
  3.   puppetSound(0)
  4.   CursorOff()
  5.   FlushStatics()
  6.   unLoad()
  7.   set LoadThis to the number of cast "Pill1A.pict"
  8.   preLoadCast(LoadThis, LoadThis + 4)
  9.   go("feathers")
  10. end
  11.