home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- changeviewI()
- if objectp(myfile) then
- set myfile to 0
- end if
- set myfile to new(xtra("fileio"))
- openFile(myfile, "hauptmen.txt", 1)
- set theFile to readFile(myfile)
- put theFile into field "InfoFenster"
- closeFile(myfile)
- set myfile to 0
- repeat with i = 2 to 5
- set the member of sprite i to 0
- end repeat
- end
-