The Particle object (plugin) doesn't allow for it's individual particles to have rotation nor collisions. This is by design in order to have less calculations and better performance.
If you want better control over your "particles" you can use a sprite and make it behave as a particle. Of coarse, this will tax your game and add to the calculations. If you don't overdo it it will not be a problem I think... See the attached example.