Hello,
I have a Rope with Physics added and I'm trying to apply animations to my player but the way the rop Machanics is setup, its not working how I want it.
I added a Climbing animation to the player when pressing up or down, thats works fine. now I need to add an Idle animation as well, But to do so I need to apply it to each rope sprite. e.g.,(player is overlaping Rope1,Rope2,rope3,) (set player animation to Idle). That Works but it cancles out the Climb Animation because the Idle Animation is constantly playing due to the player overlaping the Rope. I tried using Els but i'm not sure if I'm doing it correctly.
Hopfully that makes sence,
I provided a screenshot to explain what I'm talking about.