home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1998 to 1999 / DISNEY99.ISO / Media / SSaverY.dxr / 00008_•InstallA.ls < prev    next >
Encoding:
Text File  |  1998-11-16  |  418 b   |  23 lines

  1. on mouseEnter me
  2.   puppetSound(1, "Corner WAP")
  3.   updateStage()
  4.   set the member of sprite the currentSpriteNum to "InstA_R"
  5. end
  6.  
  7. on mouseLeave me
  8.   puppetSound(1, 0)
  9.   updateStage()
  10.   set the member of sprite the currentSpriteNum to "InstA_Kb"
  11. end
  12.  
  13. on mouseDown me
  14.   puppetSound(1, "Corner Click")
  15.   updateStage()
  16.   resetSStest()
  17.   if the machineType = 256 then
  18.     LaunchSSS()
  19.     quit()
  20.   end if
  21.   go("Return")
  22. end
  23.