How to make apples bounce off once, then disintegrate?

i need to make the apples falling out the cloud to bounce on the regular colored planks, then delete after a 2nd bounce.
heres the game link: Candli Play

hope someone helps!

Add an object variable, name it something like touch, and on every contact with a wall or a ground object, increment it.

Then delete the object when the touch variable is 2, meaning that just after the second touch, the object will get deleted.

Make sure that the object is dynamic.

thanks! also the game link will be posted in creations.

:smiley: