Hi guys!
I have the following problem in Construct 2: I have an enemy stuck in a rope made up of five objects (rope) and an Anchorpoint at the top (immobile, which holds the first rope). When the enemy is facing the player on the left side, it is correctly connected to the last rope by the Imagepoint, but when it is facing the right side, it is displaced several pixels.
- All 6 objects have Physics behavior.
- All of them have Imagepoints configured (strings with two IPs) and the others have just one.
- I've already tested it with mirroring and it gave the same problem.
Below is the image for a better understanding of the issue:
And below is a print of the routine:
How can I solve this problem?