Create an object that will be the circle to hit the puck. Call it "Finger_Point" Give it solid behavior.
use the touch object like so:
Is in touch> Finger_Point> Set Position to Touch.X, Touch.Y.
Give the puck Bullet behavior and set it to bounce off objects.
If you want different speeds by hitting it, you'll have to use the physics behavior instead.