home *** CD-ROM | disk | FTP | other *** search
- on aktpatch
- global gInst, gInstMode, gInf, gLink
- set gInstMode to 2
- set gInst to the applicationPath & "patches"
- set gInf to "patches"
- put "Patches" into field "Ihre Auswahl"
- StartButt()
- set the member of sprite 2 to member "InfDe"
- set the member of sprite 3 to member "ScreenDe"
- set the member of sprite 5 to member "WWWDe"
- updateStage()
- changeviewI()
- if objectp(myfile) then
- set myfile to 0
- end if
- set myfile to new(xtra("fileio"))
- openFile(myfile, gInf & ".txt", 1)
- set theFile to readFile(myfile)
- put theFile into field "InfoFenster"
- closeFile(myfile)
- set myfile to 0
- end
-