home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 19 / MacAddict_019_1998_03.iso / Media / STORE.dxr / Internal_73.ls < prev    next >
Encoding:
Text File  |  1997-12-17  |  121 b   |  13 lines

  1. on mouseUp
  2.   global lastFrame
  3.   go(lastFrame)
  4. end
  5.  
  6. on mouseEnter me
  7.   cursor(280)
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12. end
  13.