i do not know what the error means, or why it is happening, but I know the code that Is causing it.
in my project I am attempting to draw many small images to a larger image, and make the smaller images rotate around a sprite. I do this using multiple extensions, the sprite utils extension and the scaling extension.
I use a sprite that is placed a set distance from another sprite at a changing angle, then an image is drawn to the sprites position. repeating this fast can make the orbit effect I am attempting, but I also want the image being drawn to be rotated to be facing towards the center object, and for this I use the scaling extension - I have a variable that is an array of rotated images made with the scaling extension, and I choose the image based on the angle from the moving sprite to the center sprite, but this gives me an error for a reason that I cannot figure out.
the code that is not being used is what causes the bug when put into the “get value at” block.
I have tried changing many things with the code block and I keep getting the error, I just don’t know how to fix it.
I do not want to release my project until it is finished, so I will not provide the link to the project.
sorry for the block of text.