Difference between revisions of "SL Cert - Basic Scripting"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
This is a test
Introduction to scripting
What are scripts and why are they used in SL? What can they achieve and where do they go?
 
How to create a script in inventory and inside a prim. How to transfer from one to the other.
How to set running/not running and setting permissions.
 
Introduction to types, variables and constants.
Introduction to functions and operators.
 
Explanation of STATES and EVENTS using simple touch object to display "hello world" in chat.
 
Explain the benefits of commenting code and using consistant style. Offer examples of "hello word" script in two different styles.
 
just ideas.... eek

Revision as of 16:16, 10 February 2009

Introduction to scripting What are scripts and why are they used in SL? What can they achieve and where do they go?

How to create a script in inventory and inside a prim. How to transfer from one to the other. How to set running/not running and setting permissions.

Introduction to types, variables and constants. Introduction to functions and operators.

Explanation of STATES and EVENTS using simple touch object to display "hello world" in chat.

Explain the benefits of commenting code and using consistant style. Offer examples of "hello word" script in two different styles.

just ideas.... eek