Post collision function - instances

Hi, I hope this may be fairly simple, but I do not have any code with me.

I have a post collision function when a target is hit. This function displays an image on screen.

The problem I have is if I have two items which call the same post collision function and are both hit, the function will be called twice and the image pop up on the screen. However when the second time loads it removes the first instance before the second one loads.

What I want is for both to be displayed, can this be done?

Thanks,
[import]uid: 125592 topic_id: 28082 reply_id: 328082[/import]

I’m not totally sure what you want - they call the same function but one somehow removes one instance of the image you load on collision? Is the remove before the display.newImage() in the code?

It would really help to see your code. [import]uid: 52491 topic_id: 28082 reply_id: 113635[/import]