<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Max Script Tutor in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956583#M28648</link>
    <description>dear friends,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The help files supplied with max feels advanced and may me indented to max script ( or something like that)  people,&lt;BR /&gt;i dont understand their  style....i need a detail tutorial  only for the basic...like how i can create objects...scale, rotate, move etc....&lt;BR /&gt;&lt;BR /&gt;and also need add segments .....i need only such introduction...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in max help file i don't get the result...they said &amp;lt;Sphere()&amp;gt;&lt;BR /&gt;&amp;lt;Sphere:Sphere01()&amp;gt;&lt;BR /&gt;&amp;lt;sphere01.segements=32&amp;gt;  ect...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and i doesn't work.....only said errors!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HELP!!!</description>
    <pubDate>Thu, 01 Nov 2007 22:48:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-11-01T22:48:32Z</dc:date>
    <item>
      <title>Max Script Tutor</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956580#M28645</link>
      <description>hi friends,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i want to study max script.......that's all &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;plz help me...refer me a tutorial or a ebook  or something to study from the basics to advanced level of max script...for me i have only know c++.    is it will help me to understand   max script?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HELP!!!!</description>
      <pubDate>Thu, 01 Nov 2007 00:09:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956580#M28645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-01T00:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Max Script Tutor</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956581#M28646</link>
      <description>The documentation that comes with Max is extremely helpful and it starts with the basics.</description>
      <pubDate>Thu, 01 Nov 2007 00:21:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956581#M28646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-01T00:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Max Script Tutor</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956582#M28647</link>
      <description>Looking at existing MAXScripts is also extremely helpful.&lt;BR /&gt;&lt;BR /&gt;To me, one of the biggest differences in C/C++ syntax and MAXScript syntax is the way parenthesis are used. They serve the same purpose as curly-brackets {} in C++. Also, when calling functions, you do not put the arguments in parenthesis or separate then with commas. A number of people moving from C++ to MAXScript make this mistake.</description>
      <pubDate>Thu, 01 Nov 2007 22:05:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956582#M28647</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-01T22:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Max Script Tutor</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956583#M28648</link>
      <description>dear friends,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The help files supplied with max feels advanced and may me indented to max script ( or something like that)  people,&lt;BR /&gt;i dont understand their  style....i need a detail tutorial  only for the basic...like how i can create objects...scale, rotate, move etc....&lt;BR /&gt;&lt;BR /&gt;and also need add segments .....i need only such introduction...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in max help file i don't get the result...they said &amp;lt;Sphere()&amp;gt;&lt;BR /&gt;&amp;lt;Sphere:Sphere01()&amp;gt;&lt;BR /&gt;&amp;lt;sphere01.segements=32&amp;gt;  ect...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and i doesn't work.....only said errors!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HELP!!!</description>
      <pubDate>Thu, 01 Nov 2007 22:48:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956583#M28648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-01T22:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Max Script Tutor</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956584#M28649</link>
      <description>If that is the exact code you used, then notice that you have "segments" spelled incorrectly.  Also, try the following in the listener window:&lt;BR /&gt;&lt;BR /&gt;mysphere = sphere()&lt;BR /&gt;mysphere.segs = 32</description>
      <pubDate>Thu, 01 Nov 2007 22:57:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956584#M28649</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-01T22:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Max Script Tutor</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956585#M28650</link>
      <description>The second line (&lt;FONT color="blue"&gt;Sphere:Sphere01&lt;/FONT&gt;) is probably the response you receive in the listener. &lt;FONT color="blue"&gt;Sphere01 &lt;/FONT&gt;is not a variable; it is the object's name in the scene. You can access it by using a dollar-sign in front of the name, like &lt;FONT color="yellow"&gt;$Sphere01&lt;/FONT&gt;. The better way to do it would be to assign it to a variable, since the default name will change depending on the names of the objects already in the scene.&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;PRE&gt;&lt;BR /&gt;s = Sphere()&lt;BR /&gt;s.segments = 32&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;(Note the open/close parenthesis pair after Sphere; function calls don't use parenthesis around arguments, but you need to do this to call a function with &lt;I&gt;no&lt;/I&gt; arguments.)</description>
      <pubDate>Thu, 01 Nov 2007 22:58:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956585#M28650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-01T22:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Max Script Tutor</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956586#M28651</link>
      <description>Firstly, this is totally the wrong forum for this question - there is one specifically for MaxScript questions.&lt;BR /&gt;&lt;BR /&gt;Perhaps a passing  can move it?&lt;BR /&gt;&lt;BR /&gt;Secondly, you need to read the reference carefully - all the information is there, but you do have to look for it. &lt;BR /&gt;As Stokes said, &lt;BR /&gt;&lt;PRE&gt; s = Shphere()&lt;BR /&gt;s.segments = 64&lt;/PRE&gt;&lt;BR /&gt;Or, if you want to use parameters instead,&lt;BR /&gt;&lt;PRE&gt; s = Sphere segments:64&lt;/PRE&gt;For a more generic answer look up "Constructor" in the help.</description>
      <pubDate>Thu, 01 Nov 2007 22:59:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956586#M28651</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2007-11-01T22:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Max Script Tutor</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956587#M28652</link>
      <description>In case you haven't seen this particular section of the MAXScript help, here is what I was referring to.  See attached...&lt;P&gt;&lt;IMG class="migr-att-link" src="http://area.autodesk.com/userdata/forum/5/535_lwoXmBvaons5B076QTfT.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2007 23:02:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/max-script-tutor/m-p/3956587#M28652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-01T23:02:51Z</dc:date>
    </item>
  </channel>
</rss>

