home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (UK) 9
/
cdromtoday9-coverdisc.bin
/
pplanes
/
p17_20
/
00031_Script_31
< prev
next >
Wrap
Text File
|
1994-08-25
|
533b
|
20 lines
on exitFrame
-- restore normal mousedown handling
when mouseDown then nothing
cursor -1
-- then clean up memory
global LastQT
set beforeQT = the name of cast ((the number of cast LastQT) -1)
unloadCast beforeQT, LastQT
-- and get the buttons states correct
global theVCRButtons
global FastForward, PlayOn
if not FastForward and PlayOn then
-- restore the play button to 'stop' (unless we just canceled Fast Fwd)
mVCRStopButton(theVCRButtons)
set PlayOn = FALSE
end if
end