home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1997 to 1998 / Disney Interactive 1997-98 Software Sampler.iso / pc / media / mgicflor.dxr / 00058.ls < prev    next >
Encoding:
Text File  |  1997-10-17  |  274 b   |  17 lines

  1. on mouseEnter
  2.   global SpritMag, FixCursor
  3.   cursor(-1)
  4.   set FixCursor to 1
  5.   repeat with i = SpritMag to SpritMag + 6
  6.     set the visible of sprite i to 0
  7.     puppetSprite(i, 0)
  8.   end repeat
  9.   ShowRight()
  10. end
  11.  
  12. on mouseLeave
  13.   cursor(200)
  14.   HideRight()
  15.   RemiseStars()
  16. end
  17.