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
Our educational partners
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
Hey I want to show hp of player on the top. So...
I added private varieable called "hp" 5
Then create a text
then always --> set text and...
What should i write here to show hp?
Waiting for answers, thanks for attention.
Set text to player.value('hp')
or player('hp')
Develop games in your browser. Powerful, performant & highly capable.
Thank you very much, forgot the command
You can always double click the objects shown at the bottom of the window and get a list of commands related to that object.