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

  1. on mouseDown
  2.   customButtonBehavior(the clickOn)
  3.   if rollOver(the clickOn) then
  4.     closeAllMIAWs()
  5.     handleChapterPrint()
  6.   end if
  7. end
  8.