nS_ImagesOverlap(image1%, x1%, y1%, image2%, x2%, y2%) | Function |
Description: Checks if two images overlap using simple rectangular checks | |
Parameters: image1% = First image handle x1% = First image x position y1% = First image y position image2% = Second image handle x2% = Second image x position y2% = Second image y position | |
Return value: TRUE if the images overlap |