Difference between revisions of "User:Toady Nakamura"

From Second Life Wiki
Jump to navigation Jump to search
m
m (minor edits)
Line 8: Line 8:
|image=Toady_Nakamura.jpg
|image=Toady_Nakamura.jpg
|rezday=January 6, 2007
|rezday=January 6, 2007
|about=Is she or isn't she just another pretty face?
|about=Grendel's Children Designer
|fields={{SL-hCard/field|NOW?|
|fields={{SL-hCard/field|NOW?|
* Eternally curious
* Enjoys learning  
* Enjoys learning  
* Frustrated by lack of basic Wiki scripts
* Frustrated by lack of basic Wiki scripts
Line 17: Line 16:


== Toad's Hall ==
== Toad's Hall ==
I love finding useful scripts here in the Wiki, but most of them are aimed at AWESOME scripters, not beginners.  My goal here is to put up good, useful, easy to read and easy to learn scripts to help beginning scripters and provide a uniform reference for my students.
I love finding useful scripts here in the Wiki, but most of them are aimed at AWESOME scripters, not beginners.  I use this page to store handy scripts!


I rezzed {{Age|06|01|2007}} days ago and learn something new every day.
I rezzed {{Age|06|01|2007}} days ago and learn something new every day.


== Great films == 


{|style="width: 300px; font-size: 100%; background: #00ff00; border:2px dotted white;"
|
'''The Wizard & The Ozimal,''' machinama <br />
by '''Pyewacket Bellman''' <br />
'''[http://www.youtube.com/watch?v=SoHp22uo-vc] '''<br />
|}


{|style="width: 300px; font-size: 100%; background: #00ffff; border:2px dotted white;"
|
Treet.tv '''Designing Worlds''' January 25, 2011 '''[http://treet.tv/shows/designingworlds]'''<br />
|}


 
== Useful Scripts ==
 
== Useful Scripts: ==
I put up "The Scrubber" because I can't find it anywhere else on this WIKI.
I put up "The Scrubber" because I can't find it anywhere else on this WIKI.


Line 56: Line 64:
</lsl>
</lsl>


== Best Sources of Second Life (tm) Information ==
== SL Tutorials ==
{|style="width: 300px; font-size: 100%; background: #ffbfdf; border:2px dotted white;"
{|style="width: 300px; font-size: 100%; background: #ffbfdf; border:2px dotted white;"
|  Watch video tutorials and indulge your creative curiosity in Second Life...<br />
|  Watch video tutorials and indulge your creative curiosity in Second Life...<br />
Line 63: Line 71:
|}
|}


 
{|style="width: 300px; font-size: 100%; background: #00ff00; border:2px dotted white;"
[http://http://www.robinwood.com/Catalog/Technical/SL-Tuts/SLTutSet.html Robin Wood texture tutorials]
|
Robin Wood texture tutorials<br />
''' [http://http://www.robinwood.com/Catalog/Technical/SL-Tuts/SLTutSet.html Best spot to get rid of white lines on alphas!! ] '''<br />
|}

Revision as of 15:10, 1 February 2011

Profile
Toady Nakamura.jpg
Born:
January 6, 2007
About:
Grendel's Children Designer
NOW?:
  • Enjoys learning
  • Frustrated by lack of basic Wiki scripts

Toad's Hall

I love finding useful scripts here in the Wiki, but most of them are aimed at AWESOME scripters, not beginners. I use this page to store handy scripts!

I rezzed 6320 days ago and learn something new every day.

Great films

The Wizard & The Ozimal, machinama
by Pyewacket Bellman
[1]

Treet.tv Designing Worlds January 25, 2011 [2]

Useful Scripts

I put up "The Scrubber" because I can't find it anywhere else on this WIKI.

<lsl> // The Scrubber Originally by Jopsy Pendragon, Feb 10 2006, Version 1 // Resets prim to default states and self-deletes // You have to remove the troublesome script yourself.

default {

   state_entry()
   {
       llSetSitText( "" );
       llSetTouchText( "" );
       llParticleSystem( [ ] );
       llSetText( "", ZERO_VECTOR, 1.0 );
       llTargetOmega( ZERO_VECTOR, 0, 0 );
       llSetCameraAtOffset( ZERO_VECTOR );
       llSetCameraEyeOffset( ZERO_VECTOR );
       llSitTarget( ZERO_VECTOR, ZERO_ROTATION );
       llSetTextureAnim( FALSE , ALL_SIDES, 1, 1, 0, 0, 0.0 );
       llOwnerSay("Prim Scrubbed Clean... ");
       llRemoveInventory( llGetScriptName() );
       // vanish without a trace...
   }

}


</lsl>

SL Tutorials

Watch video tutorials and indulge your creative curiosity in Second Life...

Learning, intrigue, and wild fun awaits you...
Visit Here for enlightenment today!

Robin Wood texture tutorials
Best spot to get rid of white lines on alphas!!