Jump to content

gouldvoyage

Resident
  • Posts

    6
  • Joined

  • Last visited

Posts posted by gouldvoyage

  1. Thanks for your reply... I´m really trying my best to understand as much as I can in that link.

    My object is an avatar attachment.. is a machine gun attached to the pelvis, so what I want it to make it´s to spine around it´s own axis.

     

    Sorry if I didn´t understand the question I´m really new to script and I´m reading as much as I can.

  2. Hi... my knowledge of scripting is really basic. I bought a script to rotate and it works perfectly. The things is when I edit/rotate to match the part of the avi in which I need this object to be the rotation follows the global coordinates no the local of the object.

     

    In case it helps.... this is part of the script

     

    default
        
        {
            state_entry()
            {
                llTargetOmega(<0,0,1>,speed,1.0);   
                
            }
            
            touch_start(integer total_number)
            {
                
                
                if(llDetectedKey(0)==llGetOwner() && OwnerOnly == TRUE) 
                {  
                
                speed += step;
                llTargetOmega(<0,0,1>,speed,1.0)

     

    Thanks a lot.

×
×
  • Create New...