Interactive Title Screen

aethirshero
24 Apr 2013, 23:58
Hey everyone! I've recently discovered Quest and am trying to put together a game using the engine. However, I'm having trouble implementing something. The plan is to have it open up into a title screen with various buttons, or maybe hyperlinks if need be. I've figured out how to use the start scripts to put up a print message with the title screen information, and to have it wait for input, but I'm not sure how to add in the buttons. Any ideas or is this going too far beyond what the engine is meant for?

sgreig
25 Apr 2013, 04:42
You can do it in version 5.4 of Quest as you can inject regular HTML into your games, but if you're looking for an option to add buttons through the dropdown menus in the GUI, that doesn't exist. There are topics in this forum already that detail how to add HTML into your games that you should be able to follow fairly easily.