Jump to content

Lexitus

Resident
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I have an object that I want to change the texture on touch if I use llSetTexture( textureName, ALL_SIDES); it works just fine. When I changed the script to only change one face using llSetLinkPrimitiveParamsFast(3,[PRIM_TEXTURE, 2, textureName, <1.0, 1.0, 0.0>, ZERO_VECTOR, 0.0]); It gets the message "texture not transferable" I am not sure why that is? Any clues?
  2. I just need some advice on the best commands to do the following. I have a cute little santa I want to slide down a hill, go back up, and then slide down again. I would appreciate just some help with what commands should be used. I will take it from there. Thank You.
  3. I am writing a scipt to change the texture on one face of an object. The script works, but it also changes another face because it has the same number. How do I change one face when there are multiple faces with the same number.
×
×
  • Create New...