
COLOR
You can change the color of your object by simply typing create color blue (or some other color). I typed this into a car to come up with this:

Notice that by typing in create, this car immediately becomes blue. However, if I typed bump color blue, it would only turn blue if I touched it. Also, if I typed activate color blue, it would turn blue if I clicked on the object.
Also, only certain colors can be recognized by this program, such as "blue," "red" and "green". You can also use the hexadecimal system to type in other colors. They are located at http://webmonkey.wired.com/webmonkey/reference/color_codes/
To enter a hexadecimal color, simply type
create color ______. The blank is filled by the hexadecimal number.
For example,
create color 00FF00 turns the object lime
green.
© John Sun 2004. Comments? Problems? Suggestions? Email me.