Hi.
If A is pinned to an imagepoint of the object B, and I mirror B (horizontal symmetry), what is the simplest way to make A following B mirroring?
Empty event
Sub events:
Condition: B Is mirrored Set A to Mirrored
Else: Set A to not Mirrored
This way it will not be mirrored using B imagepoint position as a "symmetry axis".
Develop games in your browser. Powerful, performant & highly capable.
After you mirror B then mirror A, set it's position to the imagepoint and pin it again.
Thank you.