Jump to content

steph Arnott

Resident
  • Posts

    3,914
  • Joined

  • Last visited

Everything posted by steph Arnott

  1. It would be best if you posted that in the mesh forum. It maybe the way you set the physics up. A simple physics box or two would be all you need for that whatever it is. You can do it inworld with linked physics prims and set your mesh thing as physics none also. The main physics shape needs to be the root prim. I assume it is a block of cheese.
  2. Well i tried to get my Ass to log in but her hooves are to big for the keys. Any how she was more interested in the hay bale than SL.
  3. Setting a script to non active without knowing what that script is doing is not clever at all. Simply adding a state change with the closing commands on touch and back again will suffice.
  4. ' Let's just say "the fourth dimension" to keep it simple. (It's not actually a rotation in 4D space, but it might as well be.) ' NO, that comment is laughable. Clearly shows you have no idea what the last value even does.
  5. You can use a max pixel picture made as panoramic which scrolls accross. Looping like a back projection on the old film. One would have to create that in say Gimp.
  6. Have been in SL too long to argue with you. Good day.
  7. Because the maths includes a sphere diameter factor. the formula used is x, y, z, s. The back ground maths is far more complicated because it uses dot products. The script page i gave you a link will do what you want. You can study those scripts while you have a working set. The base script is the recorder and the other the data passer.
  8. No, actually. They have just done enough to keep the revenue rolling in. The system is 99% the same. Not exactlly good considering the millions per year LL are making is it out of SL? Most creators have left. It is just a glorified shopping mall now.
  9. http://wiki.secondlife.com/wiki/LlSetHoverHeight http://wiki.secondlife.com/wiki/User:Kimm_Paulino/Scripts#Floating_Script You can insert a touch event and set it to TRUE or FALSE on the second script example.
  10. Try this as it seems the fastest for you http://wiki.secondlife.com/wiki/Builders_Buddy_v1
  11. EH? llSetRot(0.0, PI, 0.0); //PI_BY_TWO first is 180 degrees second 90 degrees. Even still it works if you type the value of 180 or 90. But you need to get its rezzer rotation first.
  12. Think you are wanting this http://wiki.secondlife.com/wiki/LlSetRot
  13. Well most of us do. That is why 90% of creators left. The original team was even booted out. This is why SL has stagnated.
  14. They could have totally re-written the base code after all these years and yet basically a few crumbs have been thrown.
  15. Sure, you have to pay cash for it and yet they have a profit turnover in the millions from commision on sales and money exchage. Doing just enough to keep a hook is pretty poor.
  16. You will be waiting a long time. SL is a cash cow for LL and has been for several years.
  17. The llGetVel() passes the <X, Y, Z> value to be stored into vector vel. vector vel is just a name that holds the data values. Same as integer a = 1. The vel.z pulls out the z part. The vector <X, Y, Z> is stored as value X is 0.0, value Y is 0.0, value Z is 0.0. 0.0 just being a value i used. Could be Z value is 34.967894. You are pulling that value by defining which one you want.
  18. You did not use what Rolig stated vector Vel = llGetVel();
  19. You could use Lolig's example as a satelite script with a script running state function in it. The satalite script does the count and switches the main to non running when it hits zero. That way you do not have to change the original. Also that satelite script can message you as to its action. llSetScriptState("Gotcha", FALSE); FALSE is non running TRUE is running. llSetScriptState("this is the other scripts title",TRUE); Editing a script you do not understand is not a good idea, simply switching it on/off is the safest way for you.
  20. Yep, definitely the hook for next weeks episode. Which some how turns out to be different from the last. You probably suddenly reveal you have wings and fly off.
  21. Do not agree with that type of sales in the first place. Do a integer limit count.
  22. Is that when the 'tune into next weeks episode' is announced?
  23. d = p1 - p2 s = d/t I could have wrote that in one line but there you go.
×
×
  • Create New...