Back to Main Index

New

Starts a new drawing

When you start a new drawing you are presented with an options screen that contains the following options:

Sprite Name
The name of the variable that your sprite will be stored in. If you create a gray scale sprite Dark and Light will be appended to the names of the dark and light variables respectivly.

Type
Specifies whether the sprite will be monochromatic (black and white) or gray scale (black,white, light gray, and dark gray).

Size
The size in pixels of the new sprite.

Notation
Specifies whether the code produced will be in hexadecimal notation or binary notation. Hexidecimal is recommended for compatibility because it is ANSI standard. However, it is easier to see the pattern your sprite makes in binary notation.

Array Element Spacing
Specifies whether all the elements should be on one line or if each element is on a separate line.


Back to Main Index