home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / staff.dxr / 00012_stop.ls < prev    next >
Encoding:
Text File  |  1999-05-19  |  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.