I'm newbie on this forum. I search some help about canvas Circle. (Sorry for my english i will try to explain clearly)
In 1 canva (Shot1) i manage to store the 20 circles coordinates in 2 lists (for the x and for the y)
but now i tried to use this coordinates to put in other canvas (Recap Shot)
DrawCircle arguments cannot be a list. You have to use the clock component and in it take data from lists one by one and draw circles for each list item.
You are using a variable as an index. With every tick of the clock you increment the index by 1. You use blocks from the list drawer to extract a list item. There is a block that gets the list item by index. You have to download data from two lists in parallel. One circle will be drawn with each tick of the clock.