Jump to content

Leigh Avelino

Resident
  • Posts

    21
  • Joined

  • Last visited

Reputation

3 Neutral

Recent Profile Visitors

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

  1. need to hire a LSL scripter for a small project. any interest please contact me in world or discord (Leigh Avelino)
  2. any unpacker script Ive gotten only does the unpack to folder. Ive no idea what to even search to have the store graphic come onscreen like that
  3. like this example from WOW. I attach the item and get this onscreen, which auto unpacks. some stores graphic will say touch to unpack. https://gyazo.com/4e9918f187a49a02a4697a231492872f
  4. I notice stores now have items that when purchased Im able to attach the item to myself instore, their store graphic comes up onscreen and I click it, and direct the item to unpack and then the graphic removes itself from screen. What would I even search for in scripting to find this? Ideally Id love to purchase it but not sure what the script is even called. Any scripting I see in MP is just unpackers but dont bring up any graphic for me to click onscreen. Any help locating this would be appreciated.
  5. I cant seem to find anything on how this is done. you literally spell whatever youd like then it will be placed on the clothing item. anyone have any idea where I should be looking next to track information on how to create these?
  6. Im not sure how ppl are doing it then. Like this: https://marketplace.secondlife.com/p/Blueberry-Alena-Leggings-Black/15342173 how would something like that be changed on the fly?
  7. Ive been making HUDS for a few months now. I get the concept of how it all works. Even finally was able to get the scripts I need to add my Flickr and Instagram to the onscreen HUD. However I can not find how to build an Alpha Numeric picker HUD. A HUD that lets you choose to put alpha numeric on your pants, shirt, etc. I cant find any instructions on how to even start a HUD like that. can someone point me in the right direction please.
  8. so i was able to use the links and information you all have shared to create the buttons. add them to a HUD and it works. i click on the area and it asks to open the external web page for flickr and instagram. I can even add the buttons to my main color selection HUD and do join buttons to HUD. The buttons work fine. as long as the hud is on my floor. when i take the hud and then wear the HUD, the buttons no longer work. any direction I should be looking at for that?
  9. ok got the buttons to be clickable on the HUD when its in my design room and dragged onto the floor. the touch hand is there and the request to open external browser comes up fine. but when i wear the HUD and its on my screen basically, the buttons dont have touch available anymore. its not clickable. how can i fix that?
  10. so i need to combine these 2 scripts basically? and add to a notecard inside a small prim box which is invisible behind my graphc of IG or Flickr? am i correct in that line of thought. this is all new to me so ive no idea about how to do this. any help is greatly appreciated. so basically i want the small box to be touchable when the person opens the HUD onscreen. then the client would click the button to see my other items on Flickr or IG. default { touch_start(integer total_number) { integer touchFace = llDetectedTouchFace(0); vector touchST = llDetectedTouchST(0); // ZERO_VECTOR (<0.0, 0.0, 0.0> ... the origin) is in the bottom left corner of the face // touchST.x goes across the face from the left to the right // touchST.y goes up the face from the bottom to the top if (touchFace == -1) llWhisper(PUBLIC_CHANNEL, "Sorry, your viewer doesn't support touched faces."); else if (touchST == TOUCH_INVALID_TEXCOORD) llWhisper(PUBLIC_CHANNEL, "Sorry, the touch position upon the face could not be determined."); else llSay(PUBLIC_CHANNEL, "llDetectedTouchST(0) = " + (string)touchST + "\ntouchST.x = " + (string)touchST.x + "\ntouchST.y = " + (string)touchST.y); default { touch_start(integer num_detected) { key id = llDetectedKey(0); integer avatarInSameSim = (llGetAgentSize(id) != ZERO_VECTOR);// TRUE or FALSE if (avatarInSameSim) { string info = "Visit the Second Life website!"; // must start with either "http://..." or "https://..." string url = "http://www.secondlife.com/"; llLoadURL(id, info, url); } else { llInstantMessage(id, "I can only open a URL dialog on your screen if you're in my sim!"); } } }
  11. Hi. I have created a HUD for a mesh item I created in blender. I want to have my Instagram and Flickr account clickable on the HUD. How can I do this? Ive searched the forums but can not find an answer. Any help would be appreciated.
  12. Hi. I have created a HUD for a mesh item I created in blender. I want to have my Instagram and Flickr account clickable on the HUD. How can I do this? Ive searched the forums but can not find an answer. Any help would be appreciated.
  13. Welcome to SL Spartanxx. I hope you enjoy your stay as much as I always do. Take some time and wander the many beautiful creations and lands built in this virtual world we call home. You can go clubbing, any genre youd like, sit and read at a coffee shop or enjoy Paris or New Orleans. So many places to visit. Enjoy )
  14. Id like to look into hiring a mesh designer for a certain piece I want created. someone who can give me the finished mesh item and maps associated with uploading into SL. Is this the area to post such a request? Thank you
  15. Thanks for those tips. Will check them all out.
×
×
  • Create New...