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

  1. on mouseDown
  2.   set ch to clickOn()
  3.   button()
  4.   if rollOver(ch) then
  5.     if ch > 4 then
  6.       go(marker(ch - 4))
  7.     else
  8.       nothing()
  9.     end if
  10.   end if
  11. end
  12.