home *** CD-ROM | disk | FTP | other *** search
/ Headbone Interactive / Headbone_Interactive_CD-ROM_Sampler_1995.iso / pc / demos / abf / fff / zfff1.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  224 b   |  12 lines

  1. set vfMouseDown to 0
  2. if gvDidItOnce = 0 then
  3.   set gvDidItOnce to 1
  4.   puppetSound("ZFFFTxt1.aif")
  5.   updateStage()
  6.   set vfMouseDown to SpeakVelma3()
  7.   if vfMouseDown = 0 then
  8.     SwitchSquash()
  9.   end if
  10. end if
  11. go(the frame)
  12.