home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / powerapp / animator.exe / ANIMATOR.DXR / 00001.ls next >
Encoding:
Text File  |  1996-05-07  |  181 b   |  8 lines

  1. on mouseDown
  2.   pathButtonDown()
  3. end
  4.  
  5. on mouseUp
  6.   pathButtonUp(#enterPath, point(the mouseH, the mouseV) - point(the left of sprite the clickOn, the top of sprite the clickOn))
  7. end
  8.