Jump to content

SerenaPufnstuf

Resident
  • Posts

    20
  • Joined

  • Last visited

Posts posted by SerenaPufnstuf

  1. With the lid open and then closed here's what i get with the // identify child prims and positions script:

    OPEN:

    [11:06] Treasure Chest Lid: Child 3 pos <-0.00001, 0.41750, 0.33240> rot <0.13795, -0.69352, -0.13795, 0.69352> degrees <0.00000, -90.00000, -22.50001>
    [11:06] 2: Child 4 pos <0.00000, 0.31613, 0.72003> rot <-0.55557, -0.00001, -0.00002, 0.83147> degrees <-67.50000, -0.00002, -0.00266>

    CLOSED:

    [11:05] Treasure Chest Lid: Child 3 pos <-0.00001, 0.42341, 0.33295> rot <0.50000, -0.50000, -0.50000, 0.50000> degrees <0.00000, -90.00000, -90.00000>
    [11:05] 2: Child 4 pos <0.00000, 0.02650, 0.38763> rot <0.00000, 0.00000, -0.00002, 1.00000> degrees <0.00000, -0.00002, -0.00266>

    Notice i get 4 co-ordinates for the rotation. Confusing!

    Which wont fit in here:

    list open = [lidNum, <x,y,z>, <x,y,z,s>, hingenum, <x1,y1,z1>,<x1,y1,z1,s1>]; // substitute actual
     
    list closed = [lidNum, <x,y,z>, <x,y,z,s>, hingenum, <x1,y1,z1>,<x1,y1,z1,s1>]; // numbers here
  2. Hi All!

    I have a script that works fine on a mesh for changing the textures in the contents (4 seasons type thing) but when I join another mesh to it the script only changes the mesh i touch, is there a way of click one mesh to change all. Its a project for a sim wide, 1 click, to change the seasons:

    integer g_NDX = 0;
     
    default
    {

        touch_start(integer total_number)
        {
            integer count = llGetInventoryNumber( INVENTORY_TEXTURE );
            if( count == 0 )
                return;
            if( g_NDX >  count - 1 ) 
                g_NDX = 0;
               llSetTexture( llGetInventoryName(INVENTORY_TEXTURE, g_NDX), ALL_SIDES);
            ++g_NDX;
        }
    }

    end

    Thanks in advance

  3. Thank you for that.

    I really need something that will play a sound in contents / uuid when the av is walking backwards ( i have the walking backwards anim).

    Just want it to play when that anim is playing. Hope that makes sense.

    ty

  4. 20 minutes ago, Rolig Loon said:

    Try changing viewers.  I recall getting that same message several months ago when I was trying to change my region's Windlight while I was using the Firestorm viewer.  Changing back to the standard Linden Lab viewer cleared things up.  

    I have tried LL & FS viewers ty! :)

    • Sad 1
  5. Hiii!

    I fixed the environment settings last night so as to get a good sky setting for an event but now I cannot switch it back to the normal default settings / Day Cycle.

    I have tried LL & FS viewers but when I click apply it jumps back to the setting I made yesterday. Here is the following error message I get >

    https://gyazo.com/97c9902ca4feaf2ad3d19468746691b4

    I did tp in and out again, relogged but same error, not just for me but also the sim owner.

    Hope you can help.

     

×
×
  • Create New...