Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do i draw with a pen smoothly without flickering?
- Block_test_account
-
Scratcher
8 posts
How do i draw with a pen smoothly without flickering?
What i mean is, whenever i put an

(i'm doing a vector translation project)
clearblock at the end i don't see anything. whenever i put a
wait (0) secsblock behind the
clearblock, the pen flickers.

(i'm doing a vector translation project)
- deck26
-
Scratcher
1000+ posts
How do i draw with a pen smoothly without flickering?
Clear the pen at the start of the forever loop, not the end. The state at the end of the loop is what is seen by the user.
- Scratch-Minion
-
Scratcher
1000+ posts
How do i draw with a pen smoothly without flickering?
Put the “erase all” as the first block in the forever loop.
Edit: ninja'd by 19 seconds
Edit: ninja'd by 19 seconds

Last edited by Scratch-Minion (Jan. 24, 2023 08:25:05)
- Block_test_account
-
Scratcher
8 posts
How do i draw with a pen smoothly without flickering?
Thanks.
(hey tho i'm also interested in 3D like you, scratch-minion, i enjoy geometry alot.)
(hey tho i'm also interested in 3D like you, scratch-minion, i enjoy geometry alot.)
- Discussion Forums
- » Help with Scripts
-
» How do i draw with a pen smoothly without flickering?


