Difference between revisions of "Tutorial 3: Basic Scripting"

From Wolfire Games Wiki
Jump to: navigation, search
m
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
=So what is scripting?=
 
=So what is scripting?=
Scripting for Overgrowth involves writing light weight code in a language called Javascript. Javascript is a generally simple language witch 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). What this tutorial will be teaching you is 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).
  
 
=How do I start?=
 
=How do I start?=
  
[[Category:Tutorials]]
+
[[Category: Tutorials]]
 +
[[Category: Modding]]
 +
[[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?