home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / COCKTAIL.DIR / Internal_40_total.ls < prev    next >
Encoding:
Text File  |  1997-03-05  |  385 b   |  15 lines

  1. on mouseUp
  2.   global OnceCheck, currMarker
  3.   set y to the mouseLine
  4.   set Choice to line y of field "currScroll"
  5.   set x to 40 + (y * 16)
  6.   put x
  7.   set the locV of sprite 3 to x
  8.   translate(Choice)
  9.   set markVec to the labelList
  10.   set x to the number of lines in field "backField"
  11.   put marker(0) into line x + 1 of field "backField"
  12.   clearPuppets()
  13.   go(marker(currMarker & "p"))
  14. end
  15.