Collision event is not working

how can i fix this. my collision event is not working. i dont know what is the problem in my even?

if you press one of those five keys when player is in collision with platformblue, you have a conflict of two animation events.
you need to add more conditions so that there can be no conflict, then it should work. :slight_smile:

1 Like

i fix my problem. thanks. the problem is i put a platform behavior in my platformblue. now 1 delete the behavior and its work.