PDA

View Full Version : draw a pixel?


raskolnikov
12-22-2006, 03:21 AM
dear flashers,

in flash is there a way to draw a single pixel. when i click on the pencil tool and try to draw a pixel by double clicking on the same spot, nothing comes out. i have to drag the pencil tool on the canvas for any line to come out.

i am looking to do isometric art pixel by pixel, currently i am using photoshop to draw is there a way to directly draw a pixel?

raskol

Tink
12-22-2006, 02:09 PM
yeah draw arectangle that is 1 x 1 and place it on a whole pixel.

if you making isometric art why would u want to use Flash though?

you can also draw a pixel with code using Bitmapdata.setPixel( x, y, color );

raskolnikov
12-30-2006, 09:01 PM
thanks. i will draw them in photoshop. why draw the pixel art in flash initially? i thought it would be quicker save importing time.;)