Computer Science Canada trying to make tail grow in snake |
Author: | biggy [ Wed Nov 04, 2020 5:32 pm ] | ||
Post subject: | trying to make tail grow in snake | ||
What is it you are trying to achieve? I am trying to make snake What is the problem you are having? i keep getting the variable has no value error Describe what you have tried to solve this problem well, i like tried for like 4 hours changing it, but i still couldnt get it to work Post any relevant code (You may choose to attach the file instead of posting the code if it is too long) the only way i could get it to work is by using an if statement like if chars ('g') then x (i) := x (i - 1) y (i) := y (i - 1) end if or using an if statement with mouse buttons
Please specify what version of Turing you are using 4.1.1 |
Author: | nine90nine [ Thu Nov 05, 2020 2:04 pm ] |
Post subject: | RE:trying to make tail grow in snake |
B4 you reply to this post, he did find out how to fix this issue, he just doesn't know how to edit tho, if you don't believe me feel free to reply. (we are in same class) |
Author: | biggy [ Thu Nov 05, 2020 2:34 pm ] |
Post subject: | RE:trying to make tail grow in snake |
i went into flow state and found out how to fix and fixed in 5 seconds |