Difference between revisions of "SL Cert - Basic Scripting"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
'''Rationale for scripting''' Demonstrate an understanding of what scripts are, discuss what could be achieved and why they are used in second life.  
'''Rationale for scripting''' Demonstrate an understanding of what scripts are, discuss what could be achieved and why they are used in second life.  


'''Creation''' Show ability to create scripts in both prims and inventory. Be able to transfer one to the other and set them to running or not.
'''Creation''' Show ability to create scripts in both prims and inventory. Be able to transfer one to the other, set them to running or not and set relevant permissions for them.
 


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 types, variables and constants.

Revision as of 16:52, 10 February 2009

Rationale for scripting Demonstrate an understanding of what scripts are, discuss what could be achieved and why they are used in second life.

Creation Show ability to create scripts in both prims and inventory. Be able to transfer one to the other, set them to running or not and set relevant permissions for them.


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