Your problem is that no object has a class name of "pineTree".
All bricks, which include pine trees, have class names of "fxDTSBrick" for whatever reason.
Try making your code echo the class name of whatever the bullet hits, for example:
echo("Your bullet has hit something with the following class name: " @ %col.getClassName(); );