Hi, I want to check the values between two arrays, specifically does value at array1(0,0) equal the value at array2(0,0). I'm using the arrays to store animation frames of sprites for comparison. I get the info in OK it's just the comparing that's the issue.
Thanks in advance for a solution