home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set x to the number of lines in field "backField"
- if the text of field "backField" = EMPTY then
- set x to 0
- end if
- put marker(0) into line x + 1 of field "backField"
- clearPuppets()
- go(marker(the name of member the memberNum of sprite the clickOn))
- end
-