Jump to content

Rachel1206

Resident
  • Posts

    739
  • Joined

  • Last visited

Everything posted by Rachel1206

  1. Kudos for showing your own solution to your problem - and yes, logical errors always the hardest to find and solve
  2. Your monitor is using an aspect-ratio of 16:10, which is considered best for computational work with spreadsheets, document handling, CAD etc . The aspect-ratio is locked on your monitor. Only work around as far as I know - IF supported by the NVidea control panel, is to change to a customized resolution ( for example 1600x900 ) and adjust to minimize black borders you will experience. New monitors use 16:9 the now de facto industry standard (HDTV etc.). Your monitor is much better!
  3. This is a recurrent bug in Firestorm. Try to hold your mouse over the speaker symbol top right and toggle the check boxes you see.
  4. Ok, I can rotate it 270 degrees around the Z, it will show correct. I normally make a HUD with content to be displayed on face 4 and where face 4 is facing west, when rezzed on ground. When the HUD is attached it displays correct with face 4/content.
  5. No, I am using Windows 10 64-bit (Build 14393), viewer Firestorm 5.0.1 (52150). Attached picture shows how the HUD looks for me using Attach HUD to->center. Tried to click it, if it would open, nothing to do.
  6. I tested first simple version of it and it worked without problems, but the one labeled LARGER TO FILL FORMS just appeared as a narrow beam. Then I tried the simple one and the default one again and now they also appeared as narrow beams not showing any content - detaching and attaching any of them did not help. So it seems, something is wrong in your script. Just making a media prim with an URL to http://gachalocatorhud.weebly.com/ works without problems. And unless you do need to collect some kind of information internal in SL in your HUD, do you need a script to show the web-page? Sometimes keep it simple is a better solution :-)
  7. It would look like something like this in C#: float alpha= 1.0f; public void default_event_state_entry() { this.alpha = 1.0; this.llSetAlpha(alpha,ALL_SIDES); this.llSetTimerEvent(2); } public void default_event_timer() { switch( alpha ) { case 1.0: alpha = 0.4; break; default: alpha = 1.0; break; } this.llSetAlpha( alpha,ALL_SIDES); } For larger project C# will be superior and easier to code and control. The most notable difference in the above sample is the definition of default_event_state_entry, where you have to create event handlers for the basic events touch_start etc. Second the switch statement makes handling if-statements much easier. Compared to LSL there will be a little more code to write, but IMHO this is a small price to pay for much better programming control and logic.
  8. Rachel's Diner & Garage It is with pleasure; I can announce the opening of Rachel’s Diner & Garage located at Peace Peak in the beautiful Blue Lagoon Marina Estate sim. You find a classic diner and garage with sales of cars and fuel pumps supporting KCP/ACS and NTBI fuel systems. Bungee jump, hang gliding near by - cruise on bike/in car, sail or fly the beautiful large sim. Please come and visit – free coffee, croissants, donuts, milkshakes in the diner. SLurl: http://maps.secondlife.com/secondlife/Peace%20Land/34/171/63
  9. HALLOWEEN COSTUME CONTEST SATURDAY 22nd OCTOBER 4pm-6pm SLT at Blue Lagoon Marina  During DJ Trey's gig there will be a best Halloween costume contest. 1st Prize = RC Aventador "Roadster" 750-4 SV, Supercar donated by CUTE but FAST Tuning2nd Prize = L$2503rd Prize = L$150Also during the gig and from the 20th of October there will be a car show, showing the best selection of cars from CUTE but FAST Tuning. Be sure to come to the party, as there will be a special announcement! Hope to see you for a fun evening with good music, dance and chance to win a super car. Yours Rachel ღStardustღ
×
×
  • Create New...