home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 10: University / CDAT10.iso / STAFF.DXR / 00009_stop.ls < prev    next >
Encoding:
Text File  |  1999-10-20  |  100 b   |  10 lines

  1. on mouseEnter me
  2.   cursor(260)
  3.   pause()
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   go(the frame + 1)
  9. end
  10.