home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Field Trip to the Sky (Demo)
/
Mac_Sunburst_AFieldTripToTheSky-Demo.iso
/
DIR
/
list.dir
/
00001_Script_hilite
next >
Wrap
Text File
|
1996-03-19
|
247b
|
12 lines
on enterFrame
global gCityLine
global gCityText
set the text of cast "City List Panel" to gCityText
-- hilite the current city
if( gCityLine > 0 ) then
hilite line gCityLine of field "City List Panel"
end if
end