home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 December / WPCDEC98.ISO / vnet / ns3splsh.exe / ns3splsh.dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1998-08-17  |  461 b   |  22 lines

  1. on mouseEnter
  2.   puppetSprite(the currentSpriteNum, 1)
  3.   updateStage()
  4.   set the blend of sprite 30 to 100
  5.   set the blend of sprite 31 to 100
  6.   set the blend of sprite 32 to 100
  7. end
  8.  
  9. on mouseLeave
  10.   puppetSprite(the currentSpriteNum, 0)
  11.   updateStage()
  12.   set the blend of sprite 30 to 0
  13.   set the blend of sprite 31 to 0
  14.   set the blend of sprite 32 to 0
  15. end
  16.  
  17. on mouseUp
  18.   set the blend of sprite 28 to 100
  19.   set the blend of sprite 26 to 0
  20.   updateStage()
  21. end
  22.