<!Doctype HTML> <HTML style="background:#38ACEC;"> <Head> <Title>Empire of Clouds!</Title> </Head> <Body> <h1 style="text-align:center;font-family:BubbleGum;color:#2554C7;">Empire of Clouds MMO(Under Construction!)</h1> </ br> </ br> </ br> <p style="color:#2554C7;margin:15px;">Empire of Clouds MMO is an Massively Multiplayer Online Game Project that was started by Coolhogs on <a href="http:\\www.scratch.mit.edu">scratch</a>. So far, the members of the team are <a href="http:\\www.scratch.mit.edu/users/ImagineIt">ImagineIt</a>, <a href="http:\\www.scratch.mit.edu/users/Zubblewu">Zubblewu</a>, <a href="http:\\www.scratch.mit.edu/users/sonicfan12p">Sonicfan12p</a>, and of course, <a href="http:\\www.scratch.mit.edu/users/coolhogs">coolhogs</a>. This website was created by ImagineIt, an HTML member. I hope you like the MMO when it comes out!
This is a small part of the website I made. Will you accept it?
Offline
coolhogs wrote:
We'll need artists to draw the clouds, buildings, etc. When they get done with those, then they can leave, and we'll hire programmers to program it in Scratch. When the programmers get done with that, they can leave, and we'll hire advanced programmers.
I can do buildings. Just tell me the size and what the view will be. (overhead, angled like in spectrum, sideveiw)
Offline
I've been told by someone very knowledgable about programming, that HTML5 and Javascript together are a future-proof way to make this kind of game.
Offline
Yoshiboy wrote:
coolhogs wrote:
We'll need artists to draw the clouds, buildings, etc. When they get done with those, then they can leave, and we'll hire programmers to program it in Scratch. When the programmers get done with that, they can leave, and we'll hire advanced programmers.
I can do buildings. Just tell me the size and what the view will be. (overhead, angled like in spectrum, sideveiw)
Well, angled for the buildings. Each cloud will be about 1/10th the size of a building. So... what size should it be?
Sonicfan12p's latest post: What do you mean?
Offline
coolhogs wrote:
Yoshiboy wrote:
coolhogs wrote:
We'll need artists to draw the clouds, buildings, etc. When they get done with those, then they can leave, and we'll hire programmers to program it in Scratch. When the programmers get done with that, they can leave, and we'll hire advanced programmers.
I can do buildings. Just tell me the size and what the view will be. (overhead, angled like in spectrum, sideveiw)
Well, angled for the buildings. Each cloud will be about 1/10th the size of a building. So... what size should it be?
Sonicfan12p's latest post: What do you mean?
I will start on some basic graphics now.
Offline
coolhogs wrote:
Yoshiboy wrote:
coolhogs wrote:
We'll need artists to draw the clouds, buildings, etc. When they get done with those, then they can leave, and we'll hire programmers to program it in Scratch. When the programmers get done with that, they can leave, and we'll hire advanced programmers.
I can do buildings. Just tell me the size and what the view will be. (overhead, angled like in spectrum, sideveiw)
Well, angled for the buildings. Each cloud will be about 1/10th the size of a building. So... what size should it be?
Sonicfan12p's latest post: What do you mean?
ftf841 asked what it would be run in, I was making a suggestion.
Offline
ImagineIt wrote:
Code:
<!Doctype HTML> <HTML style="background:#38ACEC;"> <Head> <Title>Empire of Clouds!</Title> </Head> <Body> <h1 style="text-align:center;font-family:BubbleGum;color:#2554C7;">Empire of Clouds MMO(Under Construction!)</h1> </ br> </ br> </ br> <p style="color:#2554C7;margin:15px;">Empire of Clouds MMO is an Massively Multiplayer Online Game Project that was started by Coolhogs on <a href="http:\\www.scratch.mit.edu">scratch</a>. So far, the members of the team are <a href="http:\\www.scratch.mit.edu/users/ImagineIt">ImagineIt</a>, <a href="http:\\www.scratch.mit.edu/users/Zubblewu">Zubblewu</a>, <a href="http:\\www.scratch.mit.edu/users/sonicfan12p">Sonicfan12p</a>, and of course, <a href="http:\\www.scratch.mit.edu/users/coolhogs">coolhogs</a>. This website was created by ImagineIt, an HTML member. I hope you like the MMO when it comes out!This is a small part of the website I made. Will you accept it?
Some of that HTML looks incorrect. Why are you using </ br> rather than <br/>. And capitalizing parts of tags is discouraged by W3C (World Wide Web Consortium).
Also, I can help out with the website stuff.
Last edited by chanmanpartyman (2012-06-15 23:37:17)
Offline
chanmanpartyman wrote:
ImagineIt wrote:
Code:
<!Doctype HTML> <HTML style="background:#38ACEC;"> <Head> <Title>Empire of Clouds!</Title> </Head> <Body> <h1 style="text-align:center;font-family:BubbleGum;color:#2554C7;">Empire of Clouds MMO(Under Construction!)</h1> </ br> </ br> </ br> <p style="color:#2554C7;margin:15px;">Empire of Clouds MMO is an Massively Multiplayer Online Game Project that was started by Coolhogs on <a href="http:\\www.scratch.mit.edu">scratch</a>. So far, the members of the team are <a href="http:\\www.scratch.mit.edu/users/ImagineIt">ImagineIt</a>, <a href="http:\\www.scratch.mit.edu/users/Zubblewu">Zubblewu</a>, <a href="http:\\www.scratch.mit.edu/users/sonicfan12p">Sonicfan12p</a>, and of course, <a href="http:\\www.scratch.mit.edu/users/coolhogs">coolhogs</a>. This website was created by ImagineIt, an HTML member. I hope you like the MMO when it comes out!This is a small part of the website I made. Will you accept it?
Some of that HTML looks incorrect. Why are you using </ br> rather than <br/>. And capitalizing parts of tags is discouraged by W3C (World Wide Web Consortium).
Also, I can help out with the website stuff.
And why can't I capitalize it? There's no difference...
I fixed it though:
<!Doctype HTML> <HTML style="background:#38ACEC;"> <head> <Title>Empire of Clouds!</Title> </head> <body> <h1 style="text-align:center;font-family:BubbleGum;color:#2554C7;">Empire of Clouds MMO(Under Construction!)</h1> <br/> <br/> <br/> <p style="color:#2554C7;margin:15px;">Empire of Clouds MMO is an Massively Multiplayer Online Game Project that was started by Coolhogs on <a href="http:\\www.scratch.mit.edu">scratch</a>. So far, the members of the team are <a href="http:\\www.scratch.mit.edu/users/ImagineIt">ImagineIt</a>, <a href="http:\\www.scratch.mit.edu/users/Zubblewu">Zubblewu</a>, <a href="http:\\www.scratch.mit.edu/users/sonicfan12p">Sonicfan12p</a>, and of course, <a href="http:\\www.scratch.mit.edu/users/coolhogs">coolhogs</a>. This website was created by ImagineIt, an HTML member. I hope you like the MMO when it comes out! </body> </HTML>
Last edited by ImagineIt (2012-06-16 08:28:37)
Offline
Offline
co.cc maybe? I don't know many things about hosting servers.
Offline
Offline
Offline
ImagineIt wrote:
chanmanpartyman wrote:
ImagineIt wrote:
Code:
<!Doctype HTML> <HTML style="background:#38ACEC;"> <Head> <Title>Empire of Clouds!</Title> </Head> <Body> <h1 style="text-align:center;font-family:BubbleGum;color:#2554C7;">Empire of Clouds MMO(Under Construction!)</h1> </ br> </ br> </ br> <p style="color:#2554C7;margin:15px;">Empire of Clouds MMO is an Massively Multiplayer Online Game Project that was started by Coolhogs on <a href="http:\\www.scratch.mit.edu">scratch</a>. So far, the members of the team are <a href="http:\\www.scratch.mit.edu/users/ImagineIt">ImagineIt</a>, <a href="http:\\www.scratch.mit.edu/users/Zubblewu">Zubblewu</a>, <a href="http:\\www.scratch.mit.edu/users/sonicfan12p">Sonicfan12p</a>, and of course, <a href="http:\\www.scratch.mit.edu/users/coolhogs">coolhogs</a>. This website was created by ImagineIt, an HTML member. I hope you like the MMO when it comes out!This is a small part of the website I made. Will you accept it?
Some of that HTML looks incorrect. Why are you using </ br> rather than <br/>. And capitalizing parts of tags is discouraged by W3C (World Wide Web Consortium).
Also, I can help out with the website stuff.And why can't I capitalize it? There's no difference...
I fixed it though:Code:
<!Doctype HTML> <HTML style="background:#38ACEC;"> <head> <Title>Empire of Clouds!</Title> </head> <body> <h1 style="text-align:center;font-family:BubbleGum;color:#2554C7;">Empire of Clouds MMO(Under Construction!)</h1> <br/> <br/> <br/> <p style="color:#2554C7;margin:15px;">Empire of Clouds MMO is an Massively Multiplayer Online Game Project that was started by Coolhogs on <a href="http:\\www.scratch.mit.edu">scratch</a>. So far, the members of the team are <a href="http:\\www.scratch.mit.edu/users/ImagineIt">ImagineIt</a>, <a href="http:\\www.scratch.mit.edu/users/Zubblewu">Zubblewu</a>, <a href="http:\\www.scratch.mit.edu/users/sonicfan12p">Sonicfan12p</a>, and of course, <a href="http:\\www.scratch.mit.edu/users/coolhogs">coolhogs</a>. This website was created by ImagineIt, an HTML member. I hope you like the MMO when it comes out! </body> </HTML>
It doesn't work in a lot of browsers, it's discouraged by W3C, the World Wide Web Consortium, AKA the people who made HTML, and:
"We’re used to it, it’s easy to read, and it looks cleaner. I think uppercase markup looks amateurish, and that’s besides the fact that it’s more difficult to type it in uppercase naturally. I think most developers (especially those who are used to XHTML) will agree with this wholeheartedly." ~~~http://www.impressivewebs.com/html5-syntax-style/
Offline
Offline
Use this attribute in the tag that is holding the text: style="margin-left:50px; margin-right:50px" That is just an example, and is highly adjustable.
Last edited by chanmanpartyman (2012-06-18 18:20:42)
Offline