Trying to do pixel perfect collision at the moment but hit a brick wall. What colour is returned using this function:
if the pixel is transperant? So far I have established that it isn't 0 or the colour that I set to be transperant in the image (ie (255, 0, 255) ) and I can't even get the RGB values to be printed out on the screen from the 'colour' I do get.Code:color = image:pixel(0, 0)