I think it would be nice to have layers for the pen. This would allow you to daw and stamp behind or in front of already placed pen (the drawing tools in Scratch). There are three blocks I think would be needed for this:
set pen layer to () change pen layer by () if <(pen layer) = [-2]> pen down EndThe first block would set the layer. The default is 0. So let's say that the layer is 0 and you draw with the pen. Then you set the layer to -1 like this:
set pen layer to (-1)If you draw then, the drawing will appear behind the previous drawing. If the layer was 1 it would appear in front. Thanks!
Offline
TRocket wrote:
This is a good idea but I think it would confuse new users...
this
ive seen new users get completely confused because they accidentally stamped something and cant erase it. imagine what such a complex system would do
Offline