F2 is executed x number of times. Therefore as soon as the GOTO fails (color not equals blue), everything after the GOTO is executed x number of times.
F1 just serves as a get turtle to face upward at the bottom of the next column-function
So apparently it works because F2 is activated (F2isBLUE) Number of times after it's false, meaning the forward arrow after F2 will repeat as much as the previous one... Wouldn't have found it in a million years
OK I entered the code, it works, I don't fully understand
ReplyDeleteGot it:
ReplyDeleteF2 is executed x number of times.
Therefore as soon as the GOTO fails (color not equals blue), everything after the GOTO is executed x number of times.
F1 just serves as a get turtle to face upward at the bottom of the next column-function
I don't get why the last up arrow in F2 keeps repeating till it needs to turn?
ReplyDeletenor why the first turn in F1 doesn't trigger when it's not needed?
Delete80
ReplyDeleteSo apparently it works because F2 is activated (F2isBLUE) Number of times after it's false, meaning the forward arrow after F2 will repeat as much as the previous one... Wouldn't have found it in a million years
ReplyDelete