Drawing Game Flash AS3

I'm having a problem playing Flash and I donโ€™t know if I can make this possible or not.

I am trying to create a game for children in Flash using AS3, where the child has to draw the same shape as on the stage. For example, there is an โ€œaโ€ letter, and the child should draw something similar to it.

My question is, is there a way to check if the babyโ€™s figure is similar to the figure on the stage and how I can do it.

+5
source share
2 answers

I would take two images and scale them down to a much lower resolution ... like a 16 x 16 grid or so. Mark each grid point as on or off (retracted or not drawn).

, , . , .

, . . . , , .

- , , , "" . , , - .

, , , , , OCR .

+2

, .

, x, y ( ), , .

. , , , .

. , ..

, , , (.. ).

, .

0

All Articles