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
Is it possible at all, or do I need to write my own tooltip system?
Develop games in your browser. Powerful, performant & highly capable.
If you want to use CSS, create your tooltip from a form element object such as list (list box), textbox, or button object, and style as required.
Otherwise, use a 9patch/sprite/tiledbackground with text/spritefont object together in a container.
Thanks, but presumably this would not effect the tooltip option that C3 has for its own object>properties/tooltip. What you describe just sounds like I'd need to create my own popup code. Is that correct?