I'm playing around with these older Construct 2 features and coming across new features that supersede some of the older workarounds.
In Construct 3 you can pin MenuIcon to the Player and use the new Bar Style ( not Position Only ) which keeps the MenuIcon pinned in a row above the rotating Player object without the need for the Hook workaround.
The text states that we will check if ..
"TileBackground.Y is great than or equal to 0."
but the Event screenshot shows Y = 0 and not Y >= 0. Y is unlikely to reach exactly zero and the wrapping therefore won't work. Ensure that you use "greater than or equal to".
Member since 13 Jan, 2023