home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Dogs / Multimedia Dogs v2.0.iso / mac / Multimedia Dogs 2.0 / MMDOGS2.DXR / 00378.ls < prev    next >
Encoding:
Text File  |  1995-10-09  |  187 b   |  11 lines

  1. on mouseDown
  2.   customButtonBehavior(the clickOn)
  3.   if rollOver(the clickOn) then
  4.     waitCursor()
  5.     closeAllMIAWs()
  6.     nextGallery()
  7.     updateStage()
  8.     pointerCursor()
  9.   end if
  10. end
  11.