home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 May / macgaichiban199705.bin / MOVIES / EXPO.Dxr / 00035.ls < prev    next >
Encoding:
Text File  |  1997-03-12  |  103 b   |  8 lines

  1. on mouseDown
  2.   global size
  3.   button("beep")
  4.   if rollOver(clickOn()) then
  5.     go("start")
  6.   end if
  7. end
  8.