My wife took over the TV for XMAS shows so I had a little spare time :-)
o Added for 6.2b, Finally something for the younger programmer.
You can now use 16 color index OR [Red Green Blue] color vectors
with
SETPENCOLOR (SETPC), SETSCREENCOLOR (SETSC) and SETFLOODCOLOR
(SETFC).
SETPC 5 or SETPC [255 0 0] are both legal. PENCOLOR, SCREENCOLOR,
and
FLOODCOLOR will also output the right thing. If you set any color
with
a 16 color index MSWLogo will output all colors as a 16 color
index.
If you set any color with an [Red Green Blue] color vector MSWLogo
will
output all colors as [Red Green Blue] color vectors.
show pencolor
[0 0 0]
setpencolor 5
show pencolor
5
setpencolor [255 0 0]
show pencolor
[255 0 0]
o Added for 6.2a, Fixed performance problem for when a WINDOWCREATE
or
DIALOGCREATE exists. When controls such as BUTTONCREATE are in the
graphics screen MSWLogo will uses a different method for drawing to
make sure it does not draw on top of the controls. The speed
difference
will vary depending on the speed of your graphics card. The problem
here was MSWLogo mistook a WINDOWCREATE or DIALOGCREATE as a
control
in the graphics screen and unnecessarily enabled the alternate
(sometimes slower) drawing mode. If you want blazing speed keep
your
controls in seperate windows.
--
===============================================================
George Mills (mills@softronix.com)
http://www.softronix.com/
The www page contains some very powerful educational software.
Our single most important investment is our kids.
---------------------------------------------------------------
Please post messages to the Logo forum to logo-l@gsn.org. Mail
questions about the list administration to logofdn@gsn.org. To
unsubscribe send unsubscribe logo-l to majordomo@gsn.org.
Global SchoolNet Foundation -
Linking Kids Around the World!
Copyright GSN - All Rights Reserved
- Comments
& Questions
Visit GSN's
Global
Schoolhouse for more exciting learning resources!
Search our Site
-
Home