Okay,. I can draw like that real fast! And this is how...
Code: Select all
DATA 00,00,00,00,00,00,00,00,00,00
DATA 00,00,00,00,00,00,00,00,00,00
DATA 00,00,00,00,00,00,00,00,00,00
DATA 00,00,00,00,00,00,00,00,00,00
DATA 00,00,00,00,00,00,00,00,00,00
DATA 00,00,00,00,00,00,00,00,00,00
DATA 00,00,00,00,00,00,00,00,00,00
DATA 00,00,00,00,00,00,00,00,00,00
DATA 00,00,00,00,00,00,00,00,00,00
DATA 00,00,00,00,00,00,00,00,00,00
FOR y = 1 TO 10
FOR x = 1 TO 10
READ z
PSET (x, y), z
NEXT
NEXT
You got your ship's design, & ^thats the easiest and fastest way to replidate pixal by pixal.. You know how this works right? Anyway,. press Insert on your keyboard..
Now do a base coat, lets say yellow for now, I can remember the code,. 42
Put one finger on the 4, and another on the 2,. now click on the first 0 of the 00 were you want to start off your base shape of your ship..
Rock you fingers from 4 to 2 while clicking the mouse one the first 0 shaping out the pattern of your ship while going around.. fill the whole ship 42 for now..
Now shade your light and dark side to where you want source of light coming across your ship using 44 light, 41 dark, you know how to shade I take it? you can use what ever color, making a chart and printing it off helps, all you do is a few FOR..NEXTs, and other stuff..
Now just put other details you think it needs... and there you go.

Get all that
PS: Use 20*20, more texture room..

I did 10*10 cuz it's easier for examples..