Game Development Community


#1
10/01/2007 (3:46 pm)
You could use a text control to display the link, and a blank-image button control to open the URL when clicked on, using the gotoWebpage(%address) function.
#2
02/18/2008 (5:36 pm)
Thanks kalle for your advice. I will try that then i will let you know.
#3
03/30/2008 (1:41 am)
I hadn't even thought of this idea, but I since tried it, and it works great! Just make sure %address is in speech marks, (""), and it works perfectly.
#4
09/20/2010 (10:23 am)
Hi All,

I am tring to open URL page inside t2dSceneWindow. How to do this? Anybody has an idea. For example.. If I click on link to open garagegames.com, so it shouldnot open a new window with garagegames.com..instead it should open url page inside t2dSceneWindow created under Gui.

Please help me. Thanks.