Mirror drawing

Drawing shouldn't be boring. Some small ticks can make it fun. One approach is to draw in mirror.

1drawingPad.drawLine(startX, startY, mouseX, mouseY, 3);
2drawingPad.drawLine(320-startX, startY, 320-mouseX, mouseY, 3);

What’s next? We’re going to take a look at “Challenge kaleidoscope”.

overlaied image when clicked on thumbnail

Makzan | Mobile web app dev with phonegap | Table of Content