Page 1 of 2
Like TW
Posted: Sun Nov 08, 2009 9:46 pm
by ThomasSps
Can you make a video serie for a game like as Tribal Wars?
Re: Like TW
Posted: Sun Nov 08, 2009 11:05 pm
by hallsofvallhalla
I have never played it. I will search for the game and check it out.
Re: Like TW
Posted: Mon Nov 09, 2009 12:38 am
by Torniquet
any chance of sticking to one project at a time?
seems you have got half bored with the browser MMO. and started posting about FS.
i am fully aware the fact that this series is probably to the point that others can wander off and develope on there own. But i am also sure there are probably several other key points that could be explained and shown aswell.
fair enough if you are busy irl, we all get like it. but dont loose sight of the goals here.
Re: Like TW
Posted: Mon Nov 09, 2009 1:29 am
by hallsofvallhalla
i never said I was doing another project or leaving this one. Do not expect me to quit all of my dreams to further others. I am doing this project for free and yes I have slacked on it but I am not bored of it nor do I plan to abandon it. I have plans on finishing a few more videos this week. Thanks for keeping me on track though and concerning the disposition of the project but a I assure you I will pick the tutorials back to a good pace.
Re: Like TW
Posted: Mon Nov 09, 2009 11:43 am
by ThomasSps
if you learn how to make game like Tribal Wars please inform me! I want so much to learn how!
the site of the game is
http://www.tribalwars.net
check it please please please!

Re: Like TW
Posted: Mon Nov 09, 2009 12:19 pm
by ThomasSps
can we do smt with codes like this?'
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>F??et???? ???e? - ??sµ?? 7</title>
<link rel="stylesheet" type="text/css" href="css/stamm.css?1254997818" />
<script type="text/javascript">
// <![CDATA[
window.setInterval("reload('ad_sky.php')", 180000);
var lastLocation = null;
function reload(src_ad) {
var currentLocation = frames.main.location.href;
if(lastLocation != currentLocation) {
frames.ad.location=src_ad;
lastLocation = currentLocation;
}
}
// ]]>
</script>
</head>
<frameset cols="*, 165" frameborder="0" framespacing="0" border="0">
<frame frameborder="0" marginwidth="5" marginheight="5" border="0" src="game.php?screen=overview_villages&intro&popup" name="main" />
<frame frameborder="0" scrolling="no" noresize marginwidth="7" marginheight="0" src="ad_sky.php" name="ad" />
</frameset>
</html>
Re: Like TW
Posted: Mon Nov 09, 2009 4:34 pm
by hallsofvallhalla
i am not doing frames in the current tutorial and the below code is a bit incomplete. Not sure really what you are trying to do. I personalyl do not use frames in my code.
Re: Like TW
Posted: Mon Nov 09, 2009 5:32 pm
by ThomasSps
but tw is based on them... i just pressed right click and appearance source code.... so can you make a try???

Re: Like TW
Posted: Mon Nov 09, 2009 7:20 pm
by hallsofvallhalla
no not int eh current tutorials but there are tons of tutorials on the web for them. I personally hate frames.
Re: Like TW
Posted: Fri Nov 13, 2009 3:14 pm
by ThomasSps
i will search can you give a hand?