Jump to content

Freecilla Kuhn

Resident
  • Posts

    344
  • Joined

  • Last visited

Posts posted by Freecilla Kuhn

  1. 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.

  2. 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.

  3. 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();
        }
    }

  4. 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.

     

     

  5. 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.

     

  6. 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...
        }
    }

    • Like 1
  7. 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.

    • Like 1
  8. 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!

  9. 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.


  10. The whole point of In-World Search is to let people find the stuff you sell.

    Well no, the point of the search is so people can find anything they are looking for, not just things to buy but places to go to do many various activities or meet people with the same interests or experience places that don't exist in real life or places that do exist in real life that they don't have the time or ability to visit in real life... etc. Virtual goods for sale are a must for a virtual world if it wishes to be successful but it is only the first step which SL has already accomplished, (well thanks to a lot of hard work and free work from it's residence that is).

×
×
  • Create New...