Discuss Scratch

Block_test_account
Scratcher
8 posts

How do i draw with a pen smoothly without flickering?

What i mean is, whenever i put an
clear 
block at the end i don't see anything. whenever i put a
 wait (0) secs
block behind the
clear
block, 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

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.)

Powered by DjangoBB