I would like to use Corona to develop a children’s coloring book activity and include a feature for them to write their name. Can this be done in Corona? Can anyone steer me to some sample code to get started?
Thanks! [import]uid: 8780 topic_id: 21023 reply_id: 321023[/import]
This would likely require spawning a lot of small circles to use as the child’s “drawing”. I haven’t played with this kind of thing myself but it would be worth looking into how high mem usage got.
Were you aiming to support several devices, or focus on iPad and other tablets?
Peach
[import]uid: 52491 topic_id: 21023 reply_id: 83087[/import]
Thanks Peach. I’d like one code base for several devices(iPhone, iPad, Android tablets). I’m wondering if Corona is capable of this and has this been done with Corona? I’ve seen lots of coloring book apps in the app store. [import]uid: 8780 topic_id: 21023 reply_id: 83137[/import]
It’s possible sure, I think there are drawing examples available in the code base which you could use to get you started [import]uid: 84637 topic_id: 21023 reply_id: 83163[/import]
@Danny thanks for responding. Do you have a link to these examples? [import]uid: 8780 topic_id: 21023 reply_id: 83186[/import]
Take a browse here 
http://developer.anscamobile.com/code/ [import]uid: 84637 topic_id: 21023 reply_id: 83188[/import]
Thanks Danny. If you are referring to drawing the dots, I’m not sure if this will work. We want to develop a method to color in a black and white line drawing image, like a traditional coloring book. [import]uid: 8780 topic_id: 21023 reply_id: 83198[/import]
It’s possible. I don’t think your going to find a pre-made example of how to limit the drawing or check that the drawing has exceeded the lines. But the methods for drawing colors/lines/circles to the screen are certainly available
[import]uid: 84637 topic_id: 21023 reply_id: 83199[/import]