Difference between revisions of "KB2/Scripting object behavior"

From Second Life Wiki
Jump to navigation Jump to search
 
m (1 revision)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
* http://wiki.secondlife.com/wiki/Where_can_I_get_scripting_help%3F
{{KB2}}
* http://wiki.secondlife.com/wiki/How_do_I_make_an_object_do_something%3F


== How to make an object do something ==
== How to make an object do something ==
Linden Scripting Language, also referred to as LSL, is a programming language that allows you to add interactive behavior to any object in Second Life. For example, you can make doors open when you click them, lights that move or flash different colors, create fire, rain, or snow with particles, or even create an entire game itself. Learning how to write scripts will open up creative possibilities, bringing your objects to life and making them interactive. A script is a list of instructions that are to be executed in the order they are written. Since these instructions are to be performed by a computer, they need to be very explicit and in a specific format and grammar (called syntax). Learning a scripting or programming language for the first time can be a daunting task; however, if you've used other programming or scripting languages, you should be able to grasp LSL quickly. Some scripting guides can be found at the [[LSL Portal]] and the Resident-maintained [http://lslwiki.net LSL Wiki]. Be sure to check the Event Calendar inworld for scripting classes hosted by knowledgeable Residents.
{{:How do I make an object do something?}}


== Where to find scripting help ==
== Where to find scripting help ==
See our [[LSL Portal|'''LSL (Linden Scripting Language) Portal''']], which contains links to helpful resources, including the Resident-run '''[http://www.lslwiki.net/ LSL Wiki]'''.
{{:Where can I get scripting help?}}
 
The LSL Wiki is being actively expanded by Residents as a repository for scripting documentation, since [[Editing Guidelines|any Resident can edit]] the [http://wiki.secondlife.com/ Second Life Wiki]. So if you've got help to give, you're welcome to share your knowledge.
 
Also, see the '''[https://blogs.secondlife.com/community/forums/scripting Scripting]''' and '''[https://blogs.secondlife.com/community/forums/scripting_library Scripting Library]''' forums (there are  [http://forums-archive.secondlife.com/54/1.html Scripting Tips] and [http://forums-archive.secondlife.com/15/1.html Scripting Library] archives too, for contributions before February 2010).
 
 
[[Category:Knowledge_Base_2]]

Latest revision as of 11:34, 5 January 2011


How to make an object do something

Redirecting to http://community.secondlife.com/t5/English-Knowledge-Base/Scripting-object behavior/ta-p/700139

Where to find scripting help

Redirecting to http://community.secondlife.com/t5/English-Knowledge-Base/Scripting-object behavior/ta-p/700139