Hi guys
I have been trying to make a HUD for my game. I am using a sprite at another layer top of other objects and using anchor behaviour but while i am moving on map HUD is shaking. Anchor tries to make it dont move but it is badly shaking. How can i make a smooth HUD.
remove the anchor and set the 'parallax'-property of the HUD layer to 0,0
[quote:3k7tjx3m]remove the anchor
No, it should remain anchored so it will be the correct place with different aspect ratios
[quote:3k7tjx3m]and set the 'parallax'-property of the HUD layer to 0,0
Yes, this is the bit that should stop the shaking.
Develop games in your browser. Powerful, performant & highly capable.
thank you so much guys it worked well.