home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #2
/
Amiga Plus CD - 2004 - No. 02.iso
/
AmigaPlus
/
Tools
/
Development
/
AmigaTalk
/
testfiles
/
TestScreen
< 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
|
2004-01-31
|
226 b
|
12 lines
scr <- Screen new
scr setScreenModeID: 16r40D20042
scr open: 'TestScreen script!'
depth <- scr getDepth
viObj <- scr getVisualInfo: nil
( 'Screen depth is ', depth asString) print
( 'VisualInfo is ', viObj asHex ) print