Block to fill in a trail and return to the starting point of the trail

A feature I’d like to see in Hopscotch is:

A block which can be used inside of Draw a Trail blocks that returns the object to whatever position it was at before the draw a trail block and fills in the trail

I’d use it for this type of project:

Drawing pads with a fill feature, trail art.

Here are some examples of Hopscotch code that could be improved if we had this:

Drawing a 110x110 rounded square which you want to cover with trails. (What I put for example design)
3D projects

Here is an example design I’ve made:

37%20PM
(If it’s not clear the example block is close trail)

20 Likes

First reply

I can clearly see how using the “Set Position” block over and over again would be annoying, so this would be a very good idea!

8 Likes

Interesting idea

3 Likes

Sounds very interesting and useful.

3 Likes

bump

2 Likes

Another Bump

1 Like

You can do

Self startX = Self X position
Self startY = Self Y position

draw a trail {
    blah blah blah, trail code...
}

set position X: startX Y: startY