How do I make a internet shortcut?
by Wade Lawrence · in General Discussion · 10/31/2007 (3:10 pm) · 7 replies
How do I put the url in the load game screen so when people load my game they can click on a internet shortcut?
About the author
#2
11/01/2007 (8:49 am)
I mean on the mission file.
#3
11/01/2007 (9:13 am)
Just a thought but it might not be a good place to put a link to a site while the game is loading. Best thing IMO would be before or after the game has loaded.
#4
Basically you need to create an MLText control on your page that has the link written in Torque's own TML format (Torque Markup Language). Look into the helpGui stuff for some examples of how it works.
In the meantime, however . . .
Hope this helps.
11/01/2007 (9:39 am)
Wade,Basically you need to create an MLText control on your page that has the link written in Torque's own TML format (Torque Markup Language). Look into the helpGui stuff for some examples of how it works.
In the meantime, however . . .
<a:www.reallyreallygoodthings.com/>
Hope this helps.
#5
11/01/2007 (7:56 pm)
Thank you
#6
WeCreateGames.com!
PS - Gool stuff on your reallyreallygoodthings.com site!
11/09/2007 (6:04 am)
I've had problems with just using the single link without an end tag - so I use it with the trailing tag like: PS - Gool stuff on your reallyreallygoodthings.com site!
Torque Owner Alan James
Really Really Good Things Studio
"gotoWebpage("http://www.reallyreallygoodthings.com/");of course put your own website in there (or use ours). =P
- Alan