ID:170886
Dec 3 2004, 12:06 pm
|
|
If I make a tittle screen with a button that says "Forums" on it, how will i make an Internet explorer come up with that web address in it?
|
Dec 3 2004, 12:12 pm
|
|
I don't think there's a way to make Internet Explorer come up, but there's a way for a pop-up(look up browse() in the refrence)
|
In response to Hell Ramen
|
|
actually there is, using link()
turf/title/forum |
In response to N1ghtW1ng
|
|
Night, he said he wanted it in a pop-up Internet Explorer. And, if the refrence is correct:
>In the latter case, the player will disconnect from the current world and connect to the specified one. But, the refrence hasn't been quite up to date really, so, I may be incorrect. |
In response to Hell Ramen
|
|
You took it out of context...latter means the last one so...
"This causes the recipient (O) to view the specified url. The url could be a web or BYOND address. In the latter case, the player will disconnect from the current world and connect to the specified one. " The latter case will be the BYOND address. So it will work with the url and make a popup. I know this is true..because I have done it in my game. |
In response to N1ghtW1ng
|
|
Well, I won't argue, just saying the refrence says it like it disconnects them from the current world(which could be a game) and zamous, no more world.
|
In response to Hell Ramen
|
|
Hell Ramen wrote:
Well, I won't argue, just saying the refrence says it like it disconnects them from the current world(which could be a game) and zamous, no more world. Since you would be putting in a BYOND:// url, it will HAVE to log you out of the current world, DS doesn't allow you to "Be at two BYOND:// urls" in one window. |