home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Field Trip to the Sky (Demo)
/
Mac_Sunburst_AFieldTripToTheSky-Demo.iso
/
DIR
/
NewList.DIR
/
00001_Script_init-ok-cancel
next >
Wrap
Text File
|
1996-03-25
|
415b
|
22 lines
global gAddListWdw, gListName
on doOk
tell the stage to set the mouseDownScript to ""
-- close ourselves
close gAddListWdw
-- and set the current city to be this new one
set gListName to char 1 to 20 of field "New Loc List Entry Field"
tell the stage to addLocationList
end
on doCancel
tell the stage to set the mouseDownScript to ""
close gAddListWdw
end