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
I want some words of a text to have different colors and sizes, how can I do it?
Example:
Solved! Thanks yoyoEleanor
I did it with BBCode, using this posts:
Changing your runtime to C3:
construct.net/en/blogs/construct-official-blog-1/c3-runtime-alpha-now-available-950
Text formating features:
construct.net/en/blogs/construct-official-blog-1/new-text-features-in-the-construct-3-runtime-908
BBCodes Tags:
construct.net/en/forum/construct-3/how-do-i-8/bbcode-text-formatting-feature-134131
"Remember you have to check "Enable BBcode" in the object properties."
use bbcode !
Okay!
I don't know what bbcode is, but now I have a direction, thanks!
Develop games in your browser. Powerful, performant & highly capable.
ok so you click on your spritefont object and in the propreties you make sure to check enable bbcode
and then in your text you can do things like "[color=#ff0000]FPS:[/color]" and it will print a red text saying FPS
It worked, thanks <3