ID:266302
 
if an certain object is adjecent up or down to ceratin object of the same kind? Also how would I make it check to see if there is two objects and one adjecent, but not in a row up or down?
Make a var called like Left and set it to src.x-1 and right src.x+1 etc erc and check those vars.
In response to Nadrew
Nadrew wrote:
Make a var called like Left and set it to src.x-1 and right src.x+1 etc erc and check those vars.


Thanks Nadrew!!!