Particle hittest

HI wondering if anyone can help me?
I have a particle generator class and I want to create a hitTestObject function on another object to check for any collisions with the particles produced. I bascially have a character already on the stage called character_mc and I want to be able to collect the particles, that means when the character touches a particle, the particle disappears.
Any help would be much appreciated.