for loops not working properly
-
so i noticed that with for loops, if you do
for i = 0 to 20 loop repeat
it works fine, but if you do something like this
for ball = 0 to 20 loop repeat
it throws an error message. is this a bug or am i doing something wrong?
-
ok well i found my issue. i had an array called Ball and apparently it is not case sensitive