I need some help, eh.

Anything else unrelated to gaming can go here.
Post Reply
User avatar
Bobo
Moderator
Moderator
Posts: 846
Joined: Thu Oct 10, 2002 1:54 pm
Location: Twilight Zone

I need some help, eh.

Post by Bobo »

Here is my little game/movie
http://www.geocities.com/bobo_macklhamin/taoysm.zip

When you get to the part when you have to shoot him, I put a command saying after 4 seconds link here, but it has to have a URL. This must be a download and mustn't link to the internet. So rattle your brains and figue out how to get it to link to 10.html (in the p section).

If you see a problem with animation tell me or fix it yourself with,
http://www.geocities.com/bobo_macklhamin/gifanimate.zip
Webmaster- <a href="http://www.dosgames.com/~bobo">Bobo's DOSGames</a>
^ Biggest Dos 3D Shooters site in the World! :)
Total Games = <b>201</b>
Over <b>100900</b> Downloads since 2004
User avatar
Da_Goat
Moderator
Moderator
Posts: 2026
Joined: Sat Sep 14, 2002 6:14 pm
Location: Prescott, Arizona, USA, Earth, The Milky Way, The Universe, Nothing and Nowhere.

Post by Da_Goat »

Where do I shoot the damn dude?
User avatar
Bobo
Moderator
Moderator
Posts: 846
Joined: Thu Oct 10, 2002 1:54 pm
Location: Twilight Zone

Post by Bobo »

IN the middle of the forehead. Thats the page that needs the... There is two diffrent ways of going about this. talk to the bartender first then try in shoot him. Then on THAT page is where I need the coding.
Webmaster- <a href="http://www.dosgames.com/~bobo">Bobo's DOSGames</a>
^ Biggest Dos 3D Shooters site in the World! :)
Total Games = <b>201</b>
Over <b>100900</b> Downloads since 2004
User avatar
wardrich
"Some Troll"
Posts: 3944
Joined: Sat Sep 14, 2002 9:08 pm
Location: Ontario Canada

Post by wardrich »

i just get a broken link from Geocities.
User avatar
Da_Goat
Moderator
Moderator
Posts: 2026
Joined: Sat Sep 14, 2002 6:14 pm
Location: Prescott, Arizona, USA, Earth, The Milky Way, The Universe, Nothing and Nowhere.

Post by Da_Goat »

You can copy-paste the link into the address bar.

Don't be lazy, people!
User avatar
wardrich
"Some Troll"
Posts: 3944
Joined: Sat Sep 14, 2002 9:08 pm
Location: Ontario Canada

Post by wardrich »

sorry. i didnt realize geocities was that strict on their hotfiling ways.

*waves fist* stupid geocities
User avatar
wardrich
"Some Troll"
Posts: 3944
Joined: Sat Sep 14, 2002 9:08 pm
Location: Ontario Canada

Post by wardrich »

("soloon" is spelled "saloon") ;)
User avatar
Kazer0
<i>Mercenary Dishwasher</i>
Posts: 2704
Joined: Tue Sep 17, 2002 5:46 pm
Location: In an igloo with my pet penguin, eh?

Post by Kazer0 »

make a dummy page in geocities with the link on it, that way it goes around the hot-filing. he he, hot-filling.
User avatar
Bobo
Moderator
Moderator
Posts: 846
Joined: Thu Oct 10, 2002 1:54 pm
Location: Twilight Zone

Post by Bobo »

Code: Select all

<meta http-equiv="refresh" content="4;URL=http&#58;//Whatever">
So you want a dummy page that links you back?
Webmaster- <a href="http://www.dosgames.com/~bobo">Bobo's DOSGames</a>
^ Biggest Dos 3D Shooters site in the World! :)
Total Games = <b>201</b>
Over <b>100900</b> Downloads since 2004
User avatar
Da_Goat
Moderator
Moderator
Posts: 2026
Joined: Sat Sep 14, 2002 6:14 pm
Location: Prescott, Arizona, USA, Earth, The Milky Way, The Universe, Nothing and Nowhere.

Post by Da_Goat »

Kazer0 wrote:make a dummy page in geocities with the link on it, that way it goes around the hot-filing. he he, hot-filling.
Read above- copy-paste the link into your address bar.
User avatar
Kazer0
<i>Mercenary Dishwasher</i>
Posts: 2704
Joined: Tue Sep 17, 2002 5:46 pm
Location: In an igloo with my pet penguin, eh?

Post by Kazer0 »

but my way works for the lazy.

Code: Select all

<HTML>
<HEAD></HEAD>
<BODY>
<a href="http&#58;//whatever">Link name here</a>
</body>
</html>
Post Reply