home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (UK) 9
/
cdromtoday9-coverdisc.bin
/
pplanes
/
p17_20
/
00045_Script_45
< prev
next >
Wrap
Text File
|
1994-08-25
|
333b
|
17 lines
on mouseDown
global theVCRButtons
mCancelPlay(theVCRButtons)
mCancelFastFwd(theVCRButtons)
global ToMain
buttonDown(ToMain, the number of cast "ToMainNorm", the number of cast "ToMainHiLite")
end
on mouseUp
global ToMain
set test = buttonUp(ToMain)
if test then
go to "ExitPlane"
end if
end