home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Flight + Action
/
FlightAction.img
/
mrmore
/
popup.dir
/
00007_Script_7
< prev
next >
Wrap
Text File
|
1995-12-06
|
571b
|
25 lines
-- LW wechseln
on mouseDown
global goGBTools
set nList = the clickOn -1
set nBar = the clickOn -2
set the puppet of sprite nBar = true
set nTextVPos = the locV of sprite nList
set nTextHeight = the textheight of field the castNum of sprite nList
set n = (the mouseV - nTextVPos) / nTextHeight + 1
set sDrive = line n of the text of field the castNum of sprite nList
if sDrive <> "" then
set the locV of sprite nBar = (n-1)*nTextHeight+nTextVPos
goGBTools(mSetDrive, sDrive)
ReadWindow()
end if
end