getRGB and setRGB and image
Im making something and when i do image = sprite.frames[0] and then i try to do image.getRGB(0,0) it says its not a function so it might be a problem with image but how do i fix it?
Im making something and when i do image = sprite.frames[0] and then i try to do image.getRGB(0,0) it says its not a function so it might be a problem with image but how do i fix it?
I would look into another way of doing it, because the image stuff is really weird to use.
yea but what I'm doing requires it but I just now figured it out