Jump to content

LadyPhreak

Resident
  • Posts

    10
  • Joined

  • Last visited

Everything posted by LadyPhreak

  1. I tried several saved AV's with outfits n wings etc. Every single one now has bento wings attaching to my knees LOL, its just weird! Is there an known recent issue?
  2. Kim Jun Un is not that mad about "The Interview"......is he???
  3. If I changed my Display Name when I was upset and am really unhappy with it, if I 'reset name' and my display name becomes my original username, will it then allow me to immediately make a new Display Name, without having to wait 7 days, or in my case 6 days before I can change it again?
  4. I'll strive to create better scripts and yes I had the object close to a wall. Slingshot made me wonder about my graphics settings; as I could see the effect while editing...and sure enough that was my issue. I tweaked the quality and vwa-la.. Now I can see how choppy it is and hopefully improve it.....and I get to feel daft for an entirely new reason now:-D hehe. Thanks so much to you both for helping me so quickly...greatly appreciated.
  5. Thank you both for replying. Its definitely NOT elegant hehe, I just started to delve into scripting, but it is interesting and fun:-) It only works for me while I'm editing the prim containing it; as soon as I close the editor the effect stops. I know my browser supports the effect because I have seen it in a working object both on my own sim and off. However...now that the light source suggestion is out there, maybe that's where I need to be focusing yea? Aliens live in my carpet....
  6. Hi, I'm new to scripting and well, for some reason every script I write to make my fire flicker on the walls, works fine while I am editing the prim. As soon as I close the editor the flicker radius vanishes. Its probably something silly, but a little humility never scared me away. Any ideas? No laughing..OK maybe a little :matte-motes-bashful-cute-2: vector FIRST_COLOR = <1.00000, 0.50196, 0.00000>; vector SECOND_COLOR = <1.00000, 0.52941, 0.05490>; vector THIRD_COLOR = <1.00000, 0.63137, 0.25882>; default { state_entry() { // // all states will hear this timer until one of them // stops it using llSetTimerEvent( 10.0 ) // llSetTimerEvent(llFrand(0.5) + 0.25); // // start the color cycle // state first_color; } } state first_color { state_entry() { llSetPrimitiveParams([PRIM_FULLBRIGHT,ALL_SIDES,FALSE,PRIM_POINT_LIGHT,TRUE,FIRST_COLOR,1.0,5.0,0.6]); } timer() { state second_color; } } state second_color { state_entry() { llSetPrimitiveParams([PRIM_FULLBRIGHT,ALL_SIDES,FALSE,PRIM_POINT_LIGHT,TRUE,SECOND_COLOR,0.9,5.0,0.6]); } timer() { state third_color; } } state third_color { state_entry() { llSetPrimitiveParams([PRIM_FULLBRIGHT,ALL_SIDES,FALSE,PRIM_POINT_LIGHT,TRUE,THIRD_COLOR,0.7,5.0,0.6]); } timer() { state first_color; } } Aliens live in my carpet....
  7. That is a very good point I had not thought of Herkimer!
  8. The ads I can understand. What I can NOT understand is why members who pay $9.95/month for a membership have to tolerate them. I am a member of several other online communities, one of which cost me a monthly fee also; however, because I pat this fee, I am NOT subject to being forced to look at ads. If LL is not going to remove these ads for paying members, I will remove my payment. Simple solution.
  9. I occasionally (3 so far) receive IMs from strangers who want $L. It can be rather annoying and upsetting. Upsetting because I feel for them and I really do want to help, but at the same time I know better than to open Pandora's box. I don't want to miss personal opportunities to make new friends by setting my privacy too high. I am barely 2 weeks old and it would be a shame to limit my options for meeting friends. I just don't know enough about the settings' effects to make good choices; with the long term results taken into account. Suggestions welcome.
×
×
  • Create New...