- paulmarv
- |
- Exalted Legendary Member
"Once Bungie takes over the world, The Marty Army will take over Bungie and then we'll really have some fun."
-Marty O'Donnell
"Condemnant quod non intellegunt."
Make Bungie.net More Enjoyable: Read & Follow
Posted by: burritosenior
I'm going to come off looking like an idiot, I know. I really have no idea though.
How do you guys make all these scripts? You don't just put in a bunch of 0's and 1's I assume.
Is there a program that helps? Do you have to draw how it appears on the screen or something? I'm curious all of a sudden.
You give it a set of instructions. The format of the instructions aren't in English, but rather Javascript. (In this case)
You can take a look at the script sources to see what this 'javascript' stuff is.
Javascript is different from HTML, in that HTML is the text that describes how a page looks. <button width=20 height=50 text='Click Me! /> is an example of that. So, the javascript commands have to alter/change/add to/subtract from the page's HTML in order to do anything visual.