Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.