Wednesday 19 October 2011

Week 5-

ExercisesWrite LSL scripts to do the following: (hint: you can reuse code from previous exercises)
  1. Record the Name, KEY and speed of an avatar and/or object that collides with the object containing your script.
  2. When touched by the owner, the script should read this information out (in an easy to read format) in chat.
  3. Read a list of named way points and their region coordinates from a notecard and move the object containing the script between the way points. At each way point it should say the name of the way point and turn to face the next before moving on.
As well as using chat experiment with creating floating or hover text - this uses the llSetText function (follow the link for explanation and examples).

No comments:

Post a Comment