Difference between revisions of "Tutorial 3: Basic Scripting"

From Wolfire Games Wiki
Jump to: navigation, search
m (So what is scripting?)
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<center>{{WQA in Progress}}</center>
 
<center>{{WQA in Progress}}</center>
 
[[Category:Tutorials]]
 
[[Category:Javascript]]
 
[[Category:Overgrowth]]
 
  
 
=So what is scripting?=
 
=So what is scripting?=
This tutorial will teach you how to implement and use Javascript in Overgrowth.
+
This tutorial should teach you how to implement and use Javascript in Overgrowth.
  
 
Scripting for Overgrowth involves writing light weight code in a language called Javascript. Javascript is a generally simple language which can be learned quickly. This tutorial how ever will not teach you the basics of Java script (you can learn [http://www.w3schools.com/JS/js_intro.asp here]) (Frostyfrog, or you can learn the hard way like I did when I was young and view the source of every HTML page you find).
 
Scripting for Overgrowth involves writing light weight code in a language called Javascript. Javascript is a generally simple language which can be learned quickly. This tutorial how ever will not teach you the basics of Java script (you can learn [http://www.w3schools.com/JS/js_intro.asp here]) (Frostyfrog, or you can learn the hard way like I did when I was young and view the source of every HTML page you find).
Line 12: Line 8:
 
=How do I start?=
 
=How do I start?=
  
[[Category:Tutorials]]
+
[[Category: Tutorials]]
[[Category:Overgrowth]]
+
[[Category: Modding]]
[[Category:Editing]]
+
[[Category: Overgrowth]]

Latest revision as of 23:35, 19 June 2011


Work in Progress Work in Progress: Comments & Edits Welcome


So what is scripting?

This tutorial should teach you how to implement and use Javascript in Overgrowth.

Scripting for Overgrowth involves writing light weight code in a language called Javascript. Javascript is a generally simple language which can be learned quickly. This tutorial how ever will not teach you the basics of Java script (you can learn here) (Frostyfrog, or you can learn the hard way like I did when I was young and view the source of every HTML page you find).

How do I start?