home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global OnceCheck, Choice, currMarker, CompVec
- set y to the mouseLine
- set Choice to line y of field "query-total"
- set x to the locV of sprite (17 + y)
- set the locV of sprite 40 to x
- set the visible of sprite 40 to 1
- updateStage()
- startTimer()
- repeat while the timer < 30
- end repeat
- translate(Choice)
- set markVec to the labelList
- set x to the number of lines in field "backField"
- put marker(0) into item 1 of line x + 1 of field "backField"
- put CompVec into field "savedGlobals"
- set currMarker to marker(0)
- clearPuppets()
- go(marker("Home BarP"))
- end
-