Transparent shaded view

 From:  Psygorn (DRILLBIT)
8253.5 

Hello and good day to all :-)

I know it might not be a good place to ask the following question but I decided to ask it anyway:

How can I learn to write down pieces of code like that! I mean the code written by Max which you can see it below:

script:/* Transparence */ var gd = moi.geometryDatabase; var so=gd.getSelectedObjects(); if (so.length>0) { so.setProperty( 'displayMode',1); so.setProperty( 'selected', 0); } else { gd.getObjects().setProperty( 'displayMode',0); }

Does Moi3D use a special syntax? Does it use Java/Java script? I am familiar with some computer programming languages but Java/Java script is not among them!

Where is the good place to learn how to write commands that are executable by Moi3D like the things Max Smirnov does!