home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 21 / CTROM21A.mdf / mmm / start.dxr / 00018_begin1.ls < prev    next >
Encoding:
Text File  |  1999-09-27  |  159 b   |  15 lines

  1. on mouseUp
  2. end
  3.  
  4. on mouseEnter
  5.   sprite(8).visible = 1
  6.   cursor(280)
  7.   updateStage()
  8. end
  9.  
  10. on mouseLeave
  11.   sprite(8).visible = 0
  12.   cursor(0)
  13.   updateStage()
  14. end
  15.