home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (UK) 9
/
cdromtoday9-coverdisc.bin
/
pplanes
/
p17_20
/
00041_Script_41
< prev
next >
Wrap
Text File
|
1994-08-25
|
518b
|
26 lines
on mouseDown
global theVCRButtons
mCancelPlay(theVCRButtons)
mCancelFastFwd(theVCRButtons)
global Gloss
buttonDown(Gloss, the number of cast "GlossNorm", the number of cast "GlossHiLite")
end
on mouseUp
global Gloss
set test = buttonUp(Gloss)
if test then
cursor 4
sound playFile 1, the pathname & "SupportFiles:FLYBRIEF.AIF"
updateStage
removeUI()
global ReturnFrame
set ReturnFrame = the frame
go to "GoToGlossary"
end if
end