Difference between revisions of "Tutorial 3: Basic Scripting"
From Wolfire Games Wiki
m (→So what is scripting?) |
|||
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?= | ||
− | Scripting for Overgrowth involves writing light weight code in a language called Javascript. Javascript is a generally simple language | + | What this tutorial will 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?= |
Revision as of 17:16, 16 June 2011
Work in Progress: Comments & Edits Welcome
So what is scripting?
What this tutorial will 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).