home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global grecent, marklist
- sresp(45)
- cunload()
- setoff(1)
- puppetSprite(43, 0)
- put grecent into field 5134
- set lsize to count(marklist)
- set markstring to EMPTY
- repeat with index = 1 to lsize
- put getAt(marklist, index) into line index of markstring
- end repeat
- put markstring into field 5135
- set the visible of sprite 42 to 0
- offbut()
- go("recent")
- end
-