home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 October / macgaichiban199610.bin / MOVIES / PTM.Dxr / 00096.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  122 b   |  8 lines

  1. on mouseDown
  2.   button()
  3.   if rollOver(clickOn()) then
  4.     set the visible of sprite 23 to 0
  5.     go("README")
  6.   end if
  7. end
  8.