rollke
February 16, 2020, 9:54am
1
Hi,
I just tried to develop a project for “Drawing with finger on canvas”,
But I only found the function “when pointer is down on canvas”.
I miss “pointer is up” and “pointer moved”.
Any suggestions to solve the problem?
https://x.thunkable.com/copy/6c63626192fb08a7700e063e8174e894
actech
February 16, 2020, 11:32am
2
Hi,
For Stage Touch Drawing.set to true
rollke
February 16, 2020, 11:55am
3
Thank you @actech ,
drawing now really works.
https://x.thunkable.com/copy/e51fe1136a34ab11946bd5a0b75b7ccf
Is there any function to set the pointer’s position?
3 Likes
actech
February 16, 2020, 12:59pm
4
As a pointer, you can use the sprite as in the tortoise chart. Then when you move it, drawing will occur. If you don’t want to display the sprite, you can reduce the sprite size to 0.01 px. In this case, the sprite will be invisible, but you can move it and draw lines.
jared
February 17, 2020, 12:10am
5
Cool example app. I like this for brief note taking or doodling!!
1 Like
I want to put the photo taken on the convas as the background, then I can paint the lines by hand, and finally save the photos and lines as a jpg file.,How do?
mythi
May 27, 2020, 7:10pm
8
Is there any way to clear the screen of drawings?
cavas/looks/clear drawing on/canvas2
1 Like
mythi
May 27, 2020, 8:48pm
10
Thank you very much @rollke !
I can’t find the instructions for SAVE。
I want to take this picture instead of this picture, how to do it?
actech
May 28, 2020, 7:06am
14
Unfortunately, I can’t understand your question.
This photo is uploaded, I want to replace it with the photo taken by the camera。
actech
May 28, 2020, 7:13am
16
Can you show me a block that can be used to set the background image for the canvas?
I can’t find it in stage2,Is there any other way?
actech
May 28, 2020, 7:31am
18
Use JavaScript and HTML Canvas, if you know what it is.
https://www.w3schools.com/html/html5_canvas.asp
I found that other people have discussed this block before, but can’t find it now?
rollke
May 28, 2020, 1:22pm
20
Isn‘t that thunkable classic?
1 Like