
Try to make the easiest form of pen collision using the fewest amount of blocks. Things that you cannot do: -No costumes -No (distance to ()) block -Has to be circle collision. -Do not copy the way that I do collision -No tutorials Things you can do: -Custom blocks -Use your brain power Everything else is allowed.
I chose to replace the (distance to ()) block with actual math I just added a custom block and replaced all of the [goto (mouse pointer)] with the block. It finds the distance to the mouse pointer and if the distance is smaller than the radius of the circles go to the outside instead :p 19 extra blocks needed, 20 extra blocks added. (I can remove the [goto (0), (0)] block)