home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / winprogs / playsk / puzintro.dxr / 00059.ls < prev    next >
Encoding:
Text File  |  1996-06-30  |  190 b   |  10 lines

  1. on mouseDown
  2.   global gMarkerList
  3.   repeat with channel = 42 to 47
  4.     if the clickOn = channel then
  5.       go(getAt(gMarkerList, channel - 41))
  6.       exit repeat
  7.     end if
  8.   end repeat
  9. end
  10.