Hello,
I was following this great Rope tutorial by bartalluyn, and I made (almost)exactly the same steps, but my code didn't work.
I found the error(!?), but still do not understand why.
This works:
This doesn't work (The rope/wire links are created, but not linked together, so they all fall down immediately):
The only difference is that I moved the "Create" from the loop's block to a sub-block.
Generally, the code works if the steps are in a Sub-block UNDER the Create block, not adjacent to it.
I thought that since the steps are below the create, they will be executed after it. Or maybe the problem is related to how Picking works (i.e. the next steps cannot pick the recently created wire)?
Why?
Thanks!