What, if anything, is wrong with this line of code?
if( strcmp(getactor(i, j), "thing") ==1)
do stuff;
also, does getactor only call the one pixel that an actor is technically on, or does it call any pixel it is shown on? If it is the first, how can I call the name of an actor who is showing on a set pixel? Something like GetAllActorsInCollisionWithPixel(x,y). I am trying to make a lighting effect with a canvas and I need to be able to tell if an actor is occupying a certain pixel. Also, is there anything like GetPixel(x,y) that returns the rgb values for a pixel? Thanks for any help.
Zygo