Jump to content

Tin Piek

Resident
  • Posts

    7
  • Joined

  • Last visited

Reputation

5 Neutral

Recent Profile Visitors

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

  1. It works!!!!!!!!! Just the ticket! Thank you again elleevelyn! default { state_entry() { llSetTextureAnim(ANIM_ON | LOOP, ALL_SIDES,7,4,0,0,10.0); state floatup; } } state floatup { state_entry() { integer p = 0; integer n = 10; for (; p < n; ++p) { llSetPos(llGetPos() + <0,0,0.05>); } state floatdown; } } state floatdown { state_entry() { integer p=0; integer n=10; for (; p < n; ++p) { llSetPos(llGetPos() - <0,0,0.05>); } state floatup; } }
  2. Can anyone help clean this up so I don't get the syntax error? Texture animation and Hover up and down. The error was at the Red Words default { state_entry() { llSetTextureAnim(ANIM_ON | LOOP, ALL_SIDES,7,4,0,0,10.0); } } default { state_entry() { state floatup; } } state floatup { state_entry() { integer p = 0; integer n = 10; for (; p < n; ++p) { llSetPos(llGetPos() + <0,0,0.05>); } state floatdown; } } state floatdown { state_entry() { integer p=0; integer n=10; for (; p < n; ++p) { llSetPos(llGetPos() - <0,0,0.05>); } state floatup; } } I appreciate your help and time, Tin Piek
  3. You are about to reply to a thread that has been inactive for 4004 days. Please take a moment to consider if this thread is worth bumping. Yes it was worth bumping because I had the same issue and I am so happy I did a Google search and saw the exact same issue in this thread. Thank you Bitsy and Dilbert. Easy peasy fix. Tin Piek Please take a moment to consider if this thread is worth bumping.
  4. How do I get rid of a pop up notification that reads. You can't attach multiple objects to one spot. It has been popping up now for about two weeks, even after I did a clean install. It started after I wore "an outfit" in the clothing file that included a mesh avatar. I would just like to disable the popup, as it seems everything is working fine, except for that popup. Very annoying. Tin Piek
  5. Which Viewer? Iphone uses Metaverse, and the last tab where your inventory etc. is has log out at the very bottom. Lumyia for Androids, has many places to log out, just look for the line of small dots, touch and pick log out.
  6. Is there a way to set the Z height privacy on your owned land? I know there is a snippet to set windlights at different heights for your parcel in the first about land tab. I would like to be able to have my store at the bottom of the sim public, and my apartment that is above set at private, ( not to be able to cam above the 3rd floor of the store and see the avatar. Thanks!
×
×
  • Create New...