Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Free education resources to use in the classroom
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
I would like to add a health bar to a sprite that always hovers a few pixels over its top most side.
Both position only and bar style track the pinned objects rotation, but I want to remain directly north of the sprite at all times.
Is this what you are trying to do?
https://www.scirra.com/tutorials/622/pi ... t-rotation
Develop games in your browser. Powerful, performant & highly capable.
Yes, that solves the problem, but adds the overhead of having to keep track of another UID for what I am doing. I may just end up doing an on every tick to set the position. Thanks!