Jump to content

brightacs

Resident
  • Posts

    29
  • Joined

  • Last visited

Everything posted by brightacs

  1. Hi! Guys! Do you know how to change a upper case string to lower case string using LSL?For example change "ABC" to "abc" Thanks!
  2. HI! Guys! Do you know how to write information to a notecard using LSL?And how much info can I write to it?Thanks!
  3. HI!Guys! Do you know how to judge if there is a avatar sit on a part of a prim using LSL?
  4. integer link_number=llGetLinkNumber(); llSetLinkPrimitiveParams(link_number,[ PRIM_OMEGA ,<0,0,1>,0.1,PI]); I used this scripts in the child prims only.then the child prims can rotate separately.But after I used this scripts in the root prim,the three objects rotate together and at the same time the child prims rotate by themself.I want to set the root prim to rotate separately too.How can I do?
  5. What is this "ll[GS]PPRIM_OMEGA"?Could you please explain it to me more clearly?
  6. Thank you! But I want to set a object with 3 separate objects linked together.Do you know how to set the linked three objects to rotate separately?Thanks!
  7. Thank you! But I want to set a object with 3 separate objects linked together.Do you know how to set the linked three objects to rotate separately?Thanks!
  8. Hi! Guys! Do you know how to set a object in SL to rot using LSL?I have used the function llSetRot() and llGetLinkPrimitiveParams( link_number, [ PRIM_ROTATION ,<0,0,1,0.1>],But the object only rot once.
  9. HI! Guys! Do you know how to put some information on the face of a object?the information is not a web page.And some content of the information should be changable.Thanks!
  10. Hi Guys! Do you know how to show web page in second life?Please tell me all the ways that can do this.Thanks!not using HUD,not using llLoadURL().
  11. I want to design a HUD not using any prims on a land when rez it ,not to set it transparent.Do you know how to do that?
  12. I am sorry! I do this using LSL scripts not manually.Do you know how to do this using LSL scripts?
  13. Hi! Guys! Do you know why HUD web page can not be seen using some viewers?
  14. Hi! Do you know how to judge a parcel is at the corner of a sim or at the center of a sim or at the corner of a sim?Using LSL scripts not judge manually?I have object with Scripts in it on parcels,Do you know how to judge that?
  15. Hi! Guys! Do youi know how to get the center position of a parcel?And how to get the edge position of a parcel?
  16. Hi! Guys! Do you know how to get all the parcel info using parcel_key not using position? The following functions to get parcel info all using pos: list llGetParcelDetails( vector pos, list params ); integer llGetParcelFlags( vector pos );integer llGetParcelMaxPrims( vector pos, integer sim_wide ); integer llGetParcelPrimCount( vector pos, integer category, integer sim_wide ); list llGetParcelPrimOwners( vector pos );
  17. Hi! Guys! Do you know how to get all the parcel info using parcel_key?
  18. Hi! Guys! Do you know how to judge a avatar in second life is not a group owner using LSL scripts?
  19. I am sorry! I want to do this use LSL scripts.I can get the key of the avatar,and I want to judge if he/she is a group owner
  20. Hi! Guys! Do you know how to judge a object owner is not a group owner or to judge a parcel owner is not a group owner?
  21. Hi! Guys! I use this function to show web page on the surface of a HUD web page,But sometimes error web page appears.Do you know why? llSetPrimMediaParams(1, [PRIM_MEDIA_AUTO_PLAY,TRUE, PRIM_MEDIA_CURRENT_URL,url, PRIM_MEDIA_HOME_URL,url, PRIM_MEDIA_HEIGHT_PIXELS,755, PRIM_MEDIA_WIDTH_PIXELS,755, PRIM_MEDIA_AUTO_ZOOM,TRUE, PRIM_MEDIA_AUTO_SCALE,TRUE, PRIM_MEDIA_CONTROLS,1, PRIM_MEDIA_PERMS_CONTROL,PRIM_MEDIA_PERM_OWNER]); llSetPrimitiveParams([PRIM_FULLBRIGHT,1,TRUE]); before I use this function I have tested the showing of web page using another web page url. But why this web page still appears sometimes on the HUD object surface.Do you know why?
  22. Hi! Guys! I have rezzed my HUD on a certain place,but it will change its position quickly to a different position?Do you know why?
×
×
  • Create New...