a real easy way is to put the particle and the sprite in a Container together. That way when you "pick" the sprite, the particle gets picked along with it.
also good for clean up, when you destroy the sprite, the particle associated with it also gets deleted.
same for create, if you Create Object Sprite, it auto creates a particle on top and then you just have to set position, then pin it.