home *** CD-ROM | disk | FTP | other *** search
/ 3D World: The X Factor / 3DWI25.iso / pc / app1 / 00044_finger.ls < prev    next >
Encoding:
Text File  |  2002-04-04  |  70 b   |  8 lines

  1. on mouseEnter me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.