home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global OnceCheck, Choice, currMarker
- set y to the mouseLine
- set Choice to line y of field "currScroll"
- set x to 20 + (y * 21)
- set the locV of sprite 5 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"
- updateStage()
- set the timer to 0
- repeat while the timer < 5
- end repeat
- clearPuppets()
- go(marker(currMarker & "p"))
- end
-