Blitzbasic mapengine function
coll=layer_image_collision (map.layer, image.layer)

Description
This function check pixel perfect collision between image-layer and map-layer. You need layer type handles (search with layer_find).

To check a collision between simple image and map-layer, please use layer_map_collision().

Parameter
map.layer=layer type handle (map only)
image.layer=layer type handle (image only)

Return value
0=no collision
1=collision