Create an instance variable on tree to handle the tree "life"
So, change your colision event, instead of destroy the tree on colision, you replace it with:
On Star colision with Tree:
Set tree.life = tree.life -1;
And create an IF:
if tree.life = 0
Destroy Tree