03-01-2009 05:37
I have added two new self-paced presentation LSL tutorials in my Shop:

http://slurl.com/secondlife/Pinastri/119/169/21

scripting 119 Basics (tip jar)

This class will show you how to script your very own tip jar. The tip jar will sent a thank-you message to the donor and it informs the owner about the tip received. A second version will enable to send a commison to a partner avatar.

You will learn:
1. How to set the default pay buttons
2. How to find out who donated money
3. How to find the amount of money donated
4. How to give money using llGiveMoney

====
scripting 120 Basics (collision detection)

This class explains collision detection, which can be used for different practical tasks like doormats or transparent door that can recognize avatars stepping into your shop. But collision detection can also be used for games, because it will work with all physical objects in second life

You will learn:
1. how to use collsion for a simple doormat
2. how to use collsion for a door
3. how to filter collsion
4. how to find the colliding avatar name
5. how to use collision to build a fun trampoline