Jump to content

RikBair23

Resident
  • Posts

    5
  • Joined

  • Last visited

Posts posted by RikBair23

  1. I am trying to do a study on post-secondary learner engagement using Second Life. I need a constructivist based instruction design that uses SL as part or all of the content delivery and engagement for the course. Please discuss with me if you have this scenario and would be interested in letting me perform a study on thoise students. Thanks!

    Rik

  2. Here is the script I have so far:

    default
    {

        touch_start(integer total_number) {

            // This line will pick the first object out of the container and rez it
            llRezObject(llGetInventoryName(INVENTORY_OBJECT,0), llGetPos()+<1,0.5,0>,ZERO_VECTOR,llEuler2Rot(<PI,0.0,0.0>),0)

        }

    }

    The object rezzes face up, I need to rotate it 90 degrees so it can be viewed. What am I missing?

    Thanks!

×
×
  • Create New...