About: Text and Graphics   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

HTML? I thought we were talking about Netstormoniam stuff? What gives, swelb? Well, the Netstorm programming staff created a way to format text which has some codes that are HTML, and other codes which are unique to the game Netstorm. Let's start with the basics: HTML codes. Say you have this wonderful Scenario ready to go! You type the following: What happened? Why did all the lines run together? Well, with HTML, and Netstorm's Editor, there are certain codes that tell the software when to add a line, when to begin a new paragraph, or when to change colors. These codes are called tags. .

AttributesValues
rdfs:label
  • Text and Graphics
rdfs:comment
  • HTML? I thought we were talking about Netstormoniam stuff? What gives, swelb? Well, the Netstorm programming staff created a way to format text which has some codes that are HTML, and other codes which are unique to the game Netstorm. Let's start with the basics: HTML codes. Say you have this wonderful Scenario ready to go! You type the following: What happened? Why did all the lines run together? Well, with HTML, and Netstorm's Editor, there are certain codes that tell the software when to add a line, when to begin a new paragraph, or when to change colors. These codes are called tags. .
dcterms:subject
dbkwik:netstorm/pr...iPageUsesTemplate
abstract
  • HTML? I thought we were talking about Netstormoniam stuff? What gives, swelb? Well, the Netstorm programming staff created a way to format text which has some codes that are HTML, and other codes which are unique to the game Netstorm. Let's start with the basics: HTML codes. Say you have this wonderful Scenario ready to go! You type the following: Now, that's the way you want it: a title, then a quote underneath the title, a blank space, an opening intro line for your game, then a Image:ReviewKnowledgeButton.jpg and a Image:BeginButton.jpg button. But when you go to test out the Map, you see this: What happened? Why did all the lines run together? Well, with HTML, and Netstorm's Editor, there are certain codes that tell the software when to add a line, when to begin a new paragraph, or when to change colors. These codes are called tags. HTML tags are easily identified because they're always within < >. The most common text tags are: which separates lines (line break), which begins a new paragraph, and which doubles the size of your text. Now, using our previous example, let's format it correctly. I also want the title to stand out, so I'm gonna double the size of it. Notice a few things: the first doubles the size of the text. Once text is doubled, it will stay double size until a is encountered. So, in our example, only the top line will be double size. Next, a is inserted to tell the editor to start a new line. And after the quote, another is added. Wait a second, why don't we need a after the -Nimbian prophet line? Well, because the on the next line can be thought of as . So, how's it look on the screen? Take a peek below: Nice, you're probably saying, but if you're like me, you're also probably thinking it's kinda dull. No colors. No graphics. Just plain white text. What else can we do with these tag-thingies? Let's see: The makers of Netstorm weren't satisfied with tags that just go inside < >. They said: Let's make some of the tags different. Let's make some of the tags compact! Let's make some of the tags confusing! (well, mebbe they didn't say that, but you get the idea...) Let's have something that's hardly ever used on the keyboard to indicate that it's a tag. And voila! the ~ was used. For text stuff, the ~ tag indicator uses 1 more character after it to indicate what to do with the text. Right now, we'll only concentrate on changing font colors and styles. If you're a regular visitor to these pages, then you've probably seen the Changing_Text_Colors) Page section. If not, take a quick scan of it now, then come back to this page. Got all that? Good, now let's continue. Let's spice up the colors a little. In the Title, let's have WAR in Black. Also, all quotes in Netstorm are usually that funky brown-white color. Let's do all of those things. Our code then becomes: The ~k will make the text black, while the ~w resets the word color to white. Finally, the makes the quote that quote-color. Remember to insert the after the quote, so the color of the text will revert back to white. So far so good? The screen should look like the picture below, once you start THE GREAT SCENARIO: That's nice. But, it's missing something. The intro screen above is missing items to make it stand out. It's missing GRAPHIC IMAGES. Now for the fun stuff: Graphics. Let's see how we can add a few images to our introduction. Images in Netstorm use the same funny tag ~ as colors do, but the image name must also be enclosed in brackets: [ ]. And because graphics in Netstorm are animated, you have to tell the Editor what Frame of the graphics you want. Hmm... this sounds kinda complicated. And it is. So read carefully. And take notes. And sit up straight! And no talking in class! And... Sorry, I thought I was back in school... Anyway, the syntax for formatting graphics is: ~[Iimagename.imageframe]. Imagename is one of a whole slew of graphic names for things in Netstorm. For a complete list of image names, and for a more involved explanation of images, check out the Images Imageframe is a number that defines what frame you want to display. Look again carefully at the syntax above. See the I? Don't forget it when you go try this out on your machine. It tells the software that the stuff inside the brackets is the name of a graphic image. Getting back to our example, I want to add a sun cannon image on one end of the title, and a rain cannon image on the other end. So, the ultimate sooper dooper intro code will look like this: See the number 3 and the number 9 after the image names above? Those numbers were chosen because I wanted to have the cannons pointing at each other. If I wanted them to point away, I'd use the numbers 2 and 4. How'd I come up with those numbers. Through trial and error. The screen will look like this once the scenario is run: Now doesn't that look better than just a plain introduction screen? And that, fellow Nimbians, is the basics of formatting text and graphics.
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software