How to Make Animated Objects in Second Life
"Second Life" is highly popular online gaming world that enables users to create a countless variety of objects. If you wish, you can even create an animated object in "Second Life." To do this, you can follow a few simple steps to animate an object in the game. This will give you even greater creative control than creating objects without animation.
Instructions
-
-
1
Click on the "Magic Wand" building tool. This tool enables you to build any object of your choosing.
-
2
Build your object. Choose the shape, color and size of the object using the intuitive prim building interface. Right click the ground in "Second Life" and click "Create," and then left-click "Build." You can now use the intuitive interface to create any object you want.
-
-
3
Add animation, and use the script of your choosing to animate your object. Thousands of scripts exist online. For example, you can add in the animation of your object saying "Why did you touch me?" whenever a user clicks on it. The code for this would appear as: "default
{ touch_start(integer total_number) { llSay(0, "Why did you touch me?."); } }. To enter any code, right click the object and click "Edit," then "Content," then "New Script." Click "Save" once you enter the script of your choosing for animation.
-
1