DBP only. To use this program, it is best to use windowed(800x600). This is quite hard to get the hang of using, but after quarter of an hour I managed to get the frame of a cuboid on the screen. The commands are as follows:
turn (integer)
forward (integer)
colour (integer),(integer),(integer)
pen on
pen off
eraser on
Note that when entering colour(UK English spelling) every number should be 3 characters long eg. colour 000,255,000
To get used to using it try making this example drawing.
pen off
turn 180
forward 50
turn 90
forward 50
pen on
colour 000,255,000
forward 100
turn 90
colour 255,000,000
forward 100
turn 90
colour 000,000,255
forward 100
turn 90
colour 255,255,000
forward 100
This should make a square with 4 different colours.
Edit - Note on directions: 0 is down, 90 is right, 180 is up, 270 is left. The turn command turns x degrees anti-clockise
Don't visit the Mad Matt Games Website