<?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: Simple counter in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/simple-counter/m-p/4016306#M26699</link>
    <description>Cheers steve, nice one!</description>
    <pubDate>Mon, 16 Jun 2008 23:40:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-06-16T23:40:05Z</dc:date>
    <item>
      <title>Simple counter</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/simple-counter/m-p/4016304#M26697</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am creating a year counter from 1970 onwards (don't ask why :-).  I have put the script:&lt;BR /&gt;&lt;BR /&gt;$'Text01'.text = ((SliderTime as Integer)/100+1970) as String;&lt;BR /&gt;0 &lt;BR /&gt;&lt;BR /&gt;into the kerning of a text object.  However this timer is too fast (1 year = 1 frame) is there a way of slowing this to say 1 year per 10. &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Luc</description>
      <pubDate>Mon, 16 Jun 2008 18:56:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/simple-counter/m-p/4016304#M26697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-16T18:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Simple counter</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/simple-counter/m-p/4016305#M26698</link>
      <description>&lt;PRE&gt;&lt;BR /&gt;st = SliderTime as integer / 160&lt;BR /&gt;-- 160 for 30 FPS, 192 for 24 FPS&lt;BR /&gt;&lt;BR /&gt;if (mod st 10 == 0) do&lt;BR /&gt;    $Text01.Text = ((st / 10) + 1970) as String&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 16 Jun 2008 20:38:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/simple-counter/m-p/4016305#M26698</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2008-06-16T20:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Simple counter</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/simple-counter/m-p/4016306#M26699</link>
      <description>Cheers steve, nice one!</description>
      <pubDate>Mon, 16 Jun 2008 23:40:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/simple-counter/m-p/4016306#M26699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-16T23:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Simple counter</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/simple-counter/m-p/4016307#M26700</link>
      <description>You're welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;(or you would be if could get this to post with a 1 line reply...)</description>
      <pubDate>Mon, 16 Jun 2008 23:46:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/simple-counter/m-p/4016307#M26700</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2008-06-16T23:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Simple counter</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/simple-counter/m-p/4016308#M26701</link>
      <description>Only thing is that it does not render the number changes, it stays stuck on the first date.  I dont think it is updating.  It does work on the viewport.  wierd</description>
      <pubDate>Tue, 17 Jun 2008 17:22:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/simple-counter/m-p/4016308#M26701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-17T17:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Simple counter</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/simple-counter/m-p/4016309#M26702</link>
      <description>sorted it using currentTime.frame&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Tue, 17 Jun 2008 17:35:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/simple-counter/m-p/4016309#M26702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-17T17:35:24Z</dc:date>
    </item>
  </channel>
</rss>

