home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global OnceCheck, currMarker
- set y to the mouseLine
- set Choice to line y of field "currScroll"
- set x to 40 + (y * 16)
- put x
- set the locV of sprite 3 to x
- translate(Choice)
- set markVec to the labelList
- set x to the number of lines in field "backField"
- put marker(0) into line x + 1 of field "backField"
- clearPuppets()
- go(marker(currMarker & "p"))
- end
-