I want to make it so it loops back to the first dimension (You can switch by b) After 3rd
I also spent 3 hrs trying to fix it
I want to make it so it loops back to the first dimension (You can switch by b) After 3rd
I also spent 3 hrs trying to fix it
Here I fixed the code for you!
The problem was if the Dimension variable was greater than the length of the list it would cause an error. This is because there where no more elements after in the array.
I just added an if statement to check if the Dimenson variable was greater than the length of the list. If it is it sets Dimension back to zero, letting you switch dimensions infinitely.
Here’s the link to the project:
thank you SO MUCH! I tried to do that by doing an if variable of if (Dimension) > 3 set (Dimension) to 1
ok, now i want it to do- make the loopnum variable -1, switch to 2nd dimension, and delete the key, all when you touch the key.