This simple shooter game is supposed to result in the sprite shattering and disappearing when hit. It will work maybe 40% of the time. Here's the link to the project and the relevant code block:
So turns out that by simplifyingthe sprite's movements from:
to:
fixed the problem. Sprite consistently breaks up and disappears when hit. So it was just a matter of streamlining I guess?