Difference between revisions of "SL Cert - Basic Scripting"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
Introduction to scripting
'''Rationale for scripting''' Demonstrate an understanding of what scripts are, discuss what could be achieved and why they are used in second life.
What are scripts and why are they used in SL? What can they achieve and where do they go?
 
'''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.


How to create a script in inventory and inside a prim. How to transfer from one to the other.
How to create a script in inventory and inside a prim. How to transfer from one to the other.

Revision as of 16:48, 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 and set them to running or not.

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