have you tried to create an sprite and spawn bullets from it? The bullets can have physics and will probably move another object on collision (if you apply physics on them).
Do not put many of them tough, or you can have performance issues. just create a bunch and make them fade away or destroy outside the layout so you can keep the object count low.
I hope it helps.