How do I freeze my enemy after it comes in collision with my bullet? I really have not been able to figure anything out. My current setup just stuns my enemy. How do I fix this?
I did just realize I forgot to start the animation but this did not solve it.
I think your issue is with the first event - the actions after the Eyes collision with IcePick will be actioned over and over again. So any Eyes movement is continually being stopped.
I suggest you add a trigger once on the first event. This should fix the problem.
However, it will cause issues if you have more than 1 Eyes object colliding with the IcePick. But this can be dealt with later.
Nevermind figured it out thank you for your effort tho
Can you post the solution so others may learn from it?