Jump to content

Freecilla Kuhn

Resident
  • Posts

    344
  • Joined

  • Last visited

Everything posted by Freecilla Kuhn

  1. Here are some... http://secondlife.com/destinations/ridesmazes
  2. First go to Tools or Build and click 'Select Only My Objects' then hold down Control and pressing the number 3, this will bring up the editor in edit mode. Then hold your mouse down on the ground and drag it along the ground, this will show a yellow box and anything in that box that is yours will be visible and in edit when you release your mouse. Do this all over the area where you think it is until you find it. If it is still not there it may have been returned to you, check your lost and found folder.
  3. LL you need help, seriously, call me.
  4. You can drive your cars but not on land that does not allow scripts since scripts are their engines. You need to find a sim that does not have the 'scripts disabled' icon by the sim name at the top of your screen. You may also get stuck or stopped when driving into a sim that has 'no object entry' enabled, if you do just edit the car and pull it back into the sim you were leaving, (maybe require re-sitting in car afterwards to drive or fly it again).
  5. It sounds like you tried to rez something by dragging it to the ground and you accidental dragged it on to your avatar and you are wearing it. To know if you did this for sure right click it and if you see the "Drop" option is in the menu if it is then you are wearing it, just click Drop and the item will go on the ground where you wanted it to go in the first place. Many people do right click and detach it and rez it again but they could just right click and drop.
  6. The logo looks like it could be trying to say TK3ACKSTAGE, I would keep all of the font the same for the logo and as some one suggested with the one dark bg not part white, just a thought. I still like the idea of having a SL place as a bg rather than the blue grid effect, unless it is a tron outfit.
  7. huff puff... whew, it worked thank you. It took a lot of editing and I had to use noraml sit but it is ok the bed is deep so it can hide the real pose and it looks like laying down, woohoo.
  8. Hi, ok when I use a pose ball I always have the camera angle from behind my avatar which is usually a good thing but how do I change it so I can see my av from the side? I think I have to add a camera setting command but I don't know where and more importantly it needs to change in rotation of view not just up, down, left or right. So when I lay in a bed that is close to the wall I do not see the outside of the wall but I see my av from the side. Here is where I would like to add the camera angle change to . . . Also, is it possible to add a camera angle change in this script because it says DO NOT CHANGE BELOW... or is that there so unexperienced people do not mess it up and break it? // STEP 1: Drop your pose into an object inventory with this script (only 1) // STEP 2: Enter the text you wish to hover about the pose object below string HOVER_TEXT = ""; // STEP 3: Enter text to apear in pie (right click) string PIE_TEXT = "Lay Down"; // limited to 9 characters // STEP 4: Hit "SAVE" below. If you change the pose, you can reset the script to re-read the pose // THIS SCRIPT MAY NOT BE SOLD, KEEP IT OPEN SOURCE AND SPREAD IT AROUND /////////////////////// DO NOT CHANGE BELOW //////////////////////// string ANIMATION; integer is_sitting; default { state_entry() { ANIMATION = llGetInventoryName(INVENTORY_ANIMATION, 0); is_sitting = 0; llSetSitText(PIE_TEXT); llSitTarget(<0,0,.1>,ZERO_ROTATION); // llSetTexture("5748decc-f629-461c-9a36-a35a221fe21f",ALL_SIDES); llSetText(HOVER_TEXT,<1,1,1>,1); } changed(integer change) { if(change & CHANGED_LINK) { key av = llAvatarOnSitTarget(); if(av != NULL_KEY) { llRequestPermissions(av, PERMISSION_TRIGGER_ANIMATION); } else { if((llGetPermissions() & PERMISSION_TRIGGER_ANIMATION) && is_sitting) { is_sitting = 0; llStopAnimation(ANIMATION); llSetText(HOVER_TEXT,<1,1,1>,1); llSetAlpha( 1.0, ALL_SIDES ); // llSetTexture("5748decc-f629-461c-9a36-a35a221fe21f",ALL_SIDES); } } } ANIMATION = llGetInventoryName(INVENTORY_ANIMATION, 0); } run_time_permissions(integer perm) { if(perm & PERMISSION_TRIGGER_ANIMATION) { is_sitting = 1; llStopAnimation("sit_generic"); llStopAnimation("sit"); llStartAnimation(ANIMATION); llSetAlpha( 0.0, ALL_SIDES ); //llSetTexture("f54a0c32-3cd1-d49a-5b4f-7b792bebc204",ALL_SIDES); llSetText("",<1,1,1>,1); } } on_rez(integer start_param) { llResetScript(); } }
  9. If you know how to do a screen shot and you have photoshop or similar and it looks like you do then you do have the resources. Your ad is not too bad but do not place text on top of the item and do not darken the model. In both cases the only way people can see what you have to offer is to see what you have to offer from a picture, so let them see it by not covering or hiding the picture of the featured item. Look at other ads to see what strikes you as effective and follow that lead but make it your own, be creative. To me when I see cloned images of the same model it appears cheap but using the same model in different poses is fine... that's just me though. Having the same images for inworld and on the marketplace is a great way to show consistency. Use serious font for serious products and silly font for silly or joke items.
  10. Login to SL and use the Search under the People Tab and type their name there to find their profile, send IM.
  11. Yes you can go to any sandbox and build a house but you can not leave it there, you have to Take it to your inventory or Delete it before you go or it will be Returned to your Lost and Found folder. You can either rent or buy land depending on what you want to do. Try the classifieds for either or look at the posts in the Forum here as there are many great looking places to rent out.
  12. I did too.... hahaha ok it works prefect in root yes. I did try to switch them before but I forgot to do reset so nothing happened.
  13. Ooooohh make Z a number hahahaha thank you, ok it works now but it rotates on the child prims Z not on the Root prim's Z.
  14. This one will rotate it at 90 degrees as you can see, <0,0.0,90> but it still does it from the root of the pole. Prehaps you could add it, copy it up as many times as need, do not click bottom one, click second floor once, third floor twice etc, unlink and delete all poles and add one big pole to go up all the the floors again to save prims, (?). Timer is off on it now. rotation rot_xyzq; default { state_entry() { vector xyz_angles = <0,0.0,90>; // This is to define a 90 degee change vector angles_in_radians = xyz_angles*DEG_TO_RAD; // Change to Radians rot_xyzq = llEuler2Rot(angles_in_radians); // Change to a Rotation } touch_start(integer s) { llSetRot(llGetRot()*rot_xyzq); //Do the Rotation... llSetTimerEvent(0); //Time to wait between movements } timer() { llSetRot(llGetRot()*rot_xyzq); //Do the Rotation... } }
  15. Did you try to right click it and select detach? It might be a hud. Maybe add a picture here so we can see what you mean.
  16. I think it is so you know it has light in the Features Tab turned on so you can then adjust it or turn it off if you want to. If your lights are not on then they prolly have a script to say ON or Light and they come on and say OFF so they turn off.
  17. I remember we used to be able to say "/stand Kaos" in chat and we would stand on someone's head but it broke or stopped being supported on V2. Maybe when SL stopped it that broke your toy too
  18. hmmm the say /3 Z doesn't seem to do anything, shouldn't it move when saying /3 Z and /3 Z more? Miyo you meant rotation like a door?
  19. Make the pole the root prim with the rotation script in it. Unlink it, edit the triangle hold shift and click on the pole and link.
  20. https://my.secondlife.com/Recruiter865
  21. Well if the problem is "waiting for region handshake" try logging into a different region. At the bottom of the login page change the location from whatever it is now to "type name in here" and type in "Aqua" or "Glinda" or any other easy to remember to spell region and then log in. Good Luck.
  22. Hahahah thank you for using my sim, that's so cool! A couple pointers though if you don't mind. First when filming you might want to remove all huds that are not needed as well as close movement controls, camera controls, mini map... everything. You will notice they do not appear on any other videos since they are all distracting. Secondly I noticed your car/plane shines a yellow light and it makes all of the buildings near you look distorded, you might want to turn the light off too. Those are just suggestions to help you make better videos in the future but it up to you. Also thank you for not running over anyone, good driving Next time you are at 360, (Toronto) there is a teleporter box near the info booth, use it to tp to 360 Global Racing and click the round sign there to get 2 free cars. They are a bit fast but I think you will like them once you get used to them, yaaay!
  23. You can use my beach, it is an urban beach at http://slurl.com/secondlife/Sialimonus/27/115/25
  24. Products can be seached in the Marketplace, things to do or see in the Destination Guide, everything in the Inworld search. How many searches do we need already? Many places don't make it in the destination Guide and many people perfer an inworld store to a web page Marketplace listing so they need to be visible somewhere. I agree the Inworld search is a mess and hard to use most times but it is useful for finding real world companies, universities, RP places and a host of other places that again are in the MP or DG.
×
×
  • Create New...