+ 3
Help, I am desperate
I have been making a code. On line 143, it shows an error message, even though it has no indication why. I have tried almost everything to fix it, but still couldn't succeed. Please help :( https://code.sololearn.com/WZZqmUzplNfz
4 Respostas
+ 5
I use debugger, found that PROJECTILES has 2 array elements, first one is a Projectile object, but the second element is an integer 0, which cause the undefined error.
+ 5
Use debugger, it would help to pinpoint the problem.
+ 3
Calviղ I cannot thank you enough. I was suffering for almost 2 hours now