Use a boolean state variable - "isActive".
In your object creation event, add "isActive" is true to the condition.
When two sprites collide, set "isActive" to false.
How simple!
It worked! Also learned one or two new things.
Thanks a lot. Really appreciate the help.