nS_ImagesCollide(image1%, x1%, y1%, frame1%, image2%, x2%, y2%, frame2%) | Function |
Description: Checks if two images collide using pixel-perfect checks (only available if image wasn't fast loaded) | |
Parameters: image1% = First image handle x1% = First image x position y1% = First image y position frame1% = First image frame image2% = Second image handle x2% = Second image x position y2% = Second image y position frame2% = Second image frame | |
Return value: TRUE if the images collide |