Hi!
Hmm if I understand it right, you could possibly:
Create a "default" sprite for your player (the dot) and an additional sprite "spike". On collision with an another object, you could "pin" (behavior) the sprite "spike" on your "dot"s position, using its imagepoint and setting up an angle. Should work fine.
Have a great day
Proxy