It looks like you're new here. If you want to get involved, click one of these buttons!
Hi,
I want to make a painting programm.
I want to Draw a ellipse where the user touch (I know that it works with CurrentTouch.x and CurrentTouch.y)
The Problem is because of the draw Funktion Starts again and again the Circle goes away.
I want the Circle still there so that you can draw something.
Comments
@lidddl You can find a lot of information/examples by doing a forum search. The search area is at the top right above the New Discussion box.
Get rid of the background function in draw()
Here's a simple painting program. You can change the color and line size. Just drag your finger around the screen.
Thank you for your answers.I will try it