home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 September / macgaichiban199609.bin / MOVIES / PTM / 00106.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  162 b   |  11 lines

  1. on mouseDown
  2.   puppetSound("chime")
  3.   updateStage()
  4.   button()
  5.   repeat while soundBusy(1)
  6.   end repeat
  7.   if rollOver(clickOn()) then
  8.     go("READ")
  9.   end if
  10. end
  11.