I was recently making a project that had a diverse number of different colored blocks. Whenever I wanted a new block, I had to switch between menus... So I was thinking, what if there was a menu where i could access all the blocks that I use most often? Like, for example, I need the green flag, forever, if, move () steps, and variable blocks a lot. i would customize it like:
[blocks]
<when green flag clicked>
<forever>
<end>
<if>
<end>
<move( )steps>
<set{ variable }to( 1
Offline
What you can do is drag out one of each block you like into the scripting zone and duplicate the blocks you want. If you don't know how to duplicate, you right-click on the required block and select "Duplicate".
I use this all the time, and it doesn't get tiring.
Offline