home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Flight + Action
/
FlightAction.img
/
mrmore
/
popup.dir
/
00006_Script_6
< prev
next >
Wrap
Text File
|
1995-12-06
|
554b
|
21 lines
-- Dir wechseln
on mouseDown
global goGBTools
set nList = the clickOn -1
set nListCast = the castNum of sprite nList
set nTextVPos = the locV of sprite nList
set nTextHeight = the textheight of field nListCast
set n = (the mouseV - nTextVPos) / nTextHeight + 1
set sDir = line n of the text of field nListCast
if sDir <> "" then
goGBTools(mChDir, sDir)
set the text of cast "zielText" = goGBTools(mGetCurPath)
set the text of cast "Ordner" = goGBTools(mGetDir)
ReadWindow()
end if
end