Getting Started 1

For this first tutorial we process for an avatar and 3 animations with changing mode and names

Stage setup


1. create a box on the ground. This will be our headquarters for this first example.
2. open the box, yet it is empty


3. drag from your inventory the following animations:

man-sitting
meditation
sit crossed


4.drag the script setup
5.drag the object setball : a ball is created on top of the box.

Take care the object setball must be put in the content, not directly rezzed !!!


6.close the window content
7.click the ball : you are now seated and the ball deforms to be more accessible


8.accept authorization animation


9.choose the button « simple » in the dialog box


a new dialog box appears, yet do not click


10.right click on the ball and switch to edit mode
11.adjust position and rotation


12.click « done » from the dialog box
13.adjust the second pose


14.click « done » from the dialog box
15.adjust the third pose


16.click « done » from the dialog box: the ball disappears and you are ejected
17.click on « Go to page » from the dialog box to open the webpage


18.on the web page select the setup information and copy to clipboard (CTRL C or dialog)


19.in your inventory create a new notecard and call it setupmultisit
20.open the notecard and paste the informations that you have in the clipboard, save the note.


Phase Start


1.open the box: it contains only 3 animations, drag the notecard setupmultisit you just created.
2.drag the script sitmanager
3.drag the script multisit
4.drag the script adjuster

Use of seat


1.Sit on the seat: you take the first pose and a menu opens to offer all of the poses, click one of them to change your pose


2. Type /1a in Chat : the adjust dialog box opens


3.Use the buttons to adjust the pose, finish by pressing the « save » button
4.change the pose and return to the initial pose to verify that the system has saved the adjustment

Alias names and mode change


1. create a notecard that you call configmultisit
2. enter these informations in this notecard:

@version
1

@mode
1

@alias
man-sitting|cosy
sit crossed|straight


3.save the note and drag it in the inventory of the box.


4.when you get the end message of the note sit on the box. You see:


a.change the names of animations in the dialog box. It was produced by that portion of the configuration:

@alias
man-sitting|cosy
sit crossed|straigh


b.the dialog box reappears after selecting a pose. It was produced by the choice of mode 1:

@mode
1



5.open the note configmultisit located in the inventory of the box and replace the previous content from the following:

@version
2

@mode
4

Save the note.


Note: the version number is used to indicate to the script that the contents of the note has changed. If we let the value 1 note was not read. This is very useful in containing an inventory of many notes. Just to update the note increase the value of a unit.

6.when you get the end message of the note sit on the box. This time no dialog box appears. But if you click on the box the pose changes. Mode 4 is indeed the one that corresponds to the change poses with click. You also notice that the poses will follow in setup order.

Change the order of poses


1.reopen the note configmultisit and replace the previous content by the following:

@version
3

@mode
5

@list
meditation
man-sitting
sit crossed

Save the note.


2.when you get the end message of the note sit on the box. You see that once you take first the pose meditation. Indeed the @list command impose an order of poses. You still have no dialog box and no change with a click. Mode 5 is the change in delay. After a period of 10 seconds following pose in the list is implemented and so forth, and back to the first end of the list. The value 10 seconds is the default.
3.If you want another value it must be entered in the note. Replace the contents of the note by the following:

@version
4

@mode
5

@list
meditation
man-sitting
sit crossed

@temp
2

Save the notes.


This time the poses change every 2 seconds.
4.Replace the contents of the note by the following:

@version
5

@mode
7

@list
meditation
man-sitting
sit crossed

@sequence
2
10
15

Save the note.


5.when you get the end message of the note sit on the box. The poses succeed automatically with different deadlines. These deadlines are set by the command @sequence. The first time defined by the @list takes 2 seconds, the second 10 seconds, and the third 15 seconds.