Under the webs hood!
Posts tagged Tutorial
Turning a script off or on
Jul 19th
While turning on or off a script is as simple as opening it and un-checking the “running” box. Sometimes you may want to automate this process. While I do not think this small tutorial belongs on its own page as of yet, I do still think that these two methods are worth it. For these methods I will be using the touch_start() event. While you can do other events such as a listen or link_message, this is the fastest for me.
More >
Coding a HUD – Part I
Apr 8th
I’ve just now finished a tutorial on the beginnings of coding a HUD for my website. I intend to write tutorials from start to finish and cover a multitude of functions and topics, along with the coding practices I follow. This is the first part and I cover some advanced topics like making buttons from inventory names. And using for loops to assign buttons from inventory names. Now that’s not advanced for some people, but these tutorials are geared at the new scripter, not the advanced one.
Second Life and PHP
Mar 24th
I’ve created a beginner’s tutorial to show how to use Second Life’s llHTTPRequest function to communicate with PHP scripts on a website. This offers absolutely limitless possabilities when attempting to communicate with websites, databases and many other web-based application platforms and APIs.