home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Field Trip to the Sky (Demo)
/
Mac_Sunburst_AFieldTripToTheSky-Demo.iso
/
DIR
/
TERMS.DIR
/
00348_Bitmap_sunspot
< prev
next >
Wrap
Text File
|
1996-03-21
|
377b
|
29 lines
global gCurTerm
global gVol
on startMovie
global gAudPath
set gAudPath to gVol & "Glossary:"
if gCurTerm <> "" AND gCurTerm <> 0 then
set p to getTermIndexInfo(gCurTerm,1)
set p to value(p)
set f to p
go to frame f
set gCurTerm to ""
end if
end
on stopMovie
set gCurTerm to ""
end