Actually don't worry, I figured it out. For some reason I didn't make the connection that the 'damage' object was just following the mouse around rather than the Canvas being tied to the mouse object.
The solution was just to create a Damage object at the position I wanted, then paste it into the canvas, then destroy it! Thanks for pushing me to take a second look though, now I can finish my Space Invaders clone properly!