Playing an animation in a fixed location within a widget

I am creating a 2d side scroller and every time the player collides with a coin, the score increases by 1. The score is displayed in a widget. I would like there to be an animation of a coin right next to the score. In my content Browser I have a flipbook of the coin spinning, but I don’t think I can use that. How should I go about getting the animation to display?

Any luck on implementing this?