home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / intro2c.dxr / 00001.ls next >
Encoding:
Text File  |  1995-11-20  |  187 b   |  17 lines

  1. on startMovie
  2.   puppetSound("CHICKEN.AIF")
  3. end
  4.  
  5. on mouseUp
  6.   unLoadCast()
  7.   goMain()
  8.   dontPassEvent()
  9. end
  10.  
  11. on intro
  12.   if not soundBusy(1) then
  13.     unLoadCast()
  14.     goMain()
  15.   end if
  16. end
  17.