home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Attack UltraDisc 4
/
pc-attack-ultradisc-4.iso
/
pcguide
/
pcflyer.exe
/
pcflyer.DXR
/
00450.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-30
|
496 b
|
19 lines
on startMovie
set the exitLock to 1
set the keyDownScript to "Menuskip"
set the volume of sound 2 to 200
if the colorDepth < 8 then
alert("This presentation is set to run in 256 colours or more. Your display is set to 16 colours. We suggest you select a higher colour resolution. If you're unsure how to do this, read PC Guide!")
end if
end
on Menuskip
dontPassEvent()
if the keyCode = 53 then
go("Menu")
end if
if the key = "m" then
put the freeBytes
end if
end