home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1998 July
/
dpcb0798.bin
/
Creative
/
Cad
/
DEMO30
/
MACROS.Z
/
BLACK.d3m
next >
Wrap
Text File
|
1997-04-15
|
514b
|
38 lines
'Black.bsc -- change paper color to black, & rubberband color, etc.
'set background color to black
sys(321)=0
sys(322)=0
sys(323)=0
'set 3D cursor color
sys(334)=255
sys(335)=255
sys(336)=255
sys(337)=255
sys(338)=32
sys(339)=32
sys(340)=32
sys(341)=255
sys(342)=32
'set rubberband color
sys(306)=128
sys(307)=128
sys(308)=0
'set selection color
sys(315)=196
sys(316)=128
sys(317)=255
'set 2D cursor color
sys(331) = 250
sys(332) = 250
sys(333) = 250
>regenerateall
{
}