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

  1. on mouseDown
  2.   buttonDown()
  3. end
  4.  
  5. on mouseUp
  6.   if rollOver(the clickOn) then
  7.     goToResizeArea()
  8.   end if
  9. end
  10.