<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Director Diaries</title>
	<atom:link href="http://www.ed-multimedia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ed-multimedia.com</link>
	<description></description>
	<lastBuildDate>Tue, 21 Feb 2012 13:45:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Extended Object</title>
		<link>http://www.ed-multimedia.com/2011/10/07/extended-object/</link>
		<comments>http://www.ed-multimedia.com/2011/10/07/extended-object/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 06:05:42 +0000</pubDate>
		<dc:creator>vlad</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.ed-multimedia.com/?p=265</guid>
		<description><![CDATA[Some peculiarities of the inheritance in Lingo have always seemed to me to be limiting factors. By the standard means we are not able to know (for sure) if a given object implements a specific handler. Also, we do not know (for sure) if a given object has a specific property. We can not find out what is the object type, nor we can inherit in an easy and flexible way a number of parents.
Let me show you the following example...]]></description>
		<wfw:commentRss>http://www.ed-multimedia.com/2011/10/07/extended-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Score Commander</title>
		<link>http://www.ed-multimedia.com/2011/06/13/score-commander/</link>
		<comments>http://www.ed-multimedia.com/2011/06/13/score-commander/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 09:43:23 +0000</pubDate>
		<dc:creator>vlad</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Libraries]]></category>

		<guid isPermaLink="false">http://www.ed-multimedia.com/?p=170</guid>
		<description><![CDATA[Some years ago, I worked on a project, in which Director was used in a specific way – whole animation scenes were fitted and after that the .dir files were used for Bink video files. So, we had to work with big scores – 50 channels, 300-400 frames. This provoked a lot of tasks which demanded automation. ScoreCommander is...]]></description>
		<wfw:commentRss>http://www.ed-multimedia.com/2011/06/13/score-commander/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extended list</title>
		<link>http://www.ed-multimedia.com/2011/06/12/extended-list/</link>
		<comments>http://www.ed-multimedia.com/2011/06/12/extended-list/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 07:15:10 +0000</pubDate>
		<dc:creator>vlad</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.ed-multimedia.com/?p=182</guid>
		<description><![CDATA[This script combines some useful methods of AS3 Array with those of Lingo List. Moreover, some of the original Lingo list methods like add(), append(), deleteAt() and getAt() are modified. For example, getAt() method returns VOID instead of "index out of range" exception.]]></description>
		<wfw:commentRss>http://www.ed-multimedia.com/2011/06/12/extended-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extended Filmloop</title>
		<link>http://www.ed-multimedia.com/2011/05/11/extended-filmloop/</link>
		<comments>http://www.ed-multimedia.com/2011/05/11/extended-filmloop/#comments</comments>
		<pubDate>Wed, 11 May 2011 08:37:39 +0000</pubDate>
		<dc:creator>vlad</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.ed-multimedia.com/?p=133</guid>
		<description><![CDATA[Here is another script trying to solve the problems which arise when one is using a #filmloop. How to pause a #filmloop? How to affect the speed of its performance? How to make a #filmloop to be played (for instance) in 1.5 seconds? The answers of these and many other questions are here!]]></description>
		<wfw:commentRss>http://www.ed-multimedia.com/2011/05/11/extended-filmloop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript memory leak</title>
		<link>http://www.ed-multimedia.com/2011/04/04/javascript-memory-leak/</link>
		<comments>http://www.ed-multimedia.com/2011/04/04/javascript-memory-leak/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 15:12:20 +0000</pubDate>
		<dc:creator>vlad</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Experiments]]></category>

		<guid isPermaLink="false">http://www.ed-multimedia.com/?p=86</guid>
		<description><![CDATA[I found by accident that using some javascript functions in Director brings memory leaks. Such a function, for example, is Math.round().]]></description>
		<wfw:commentRss>http://www.ed-multimedia.com/2011/04/04/javascript-memory-leak/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>object getProp() / setProp()</title>
		<link>http://www.ed-multimedia.com/2011/04/04/object-getprop-setprop/</link>
		<comments>http://www.ed-multimedia.com/2011/04/04/object-getprop-setprop/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 14:16:52 +0000</pubDate>
		<dc:creator>vlad</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Experiments]]></category>

		<guid isPermaLink="false">http://www.ed-multimedia.com/?p=102</guid>
		<description><![CDATA[I have never seen in any documents that Lingo allows properties to be added to an already existing instance. For example...]]></description>
		<wfw:commentRss>http://www.ed-multimedia.com/2011/04/04/object-getprop-setprop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modelling in 3DSMax</title>
		<link>http://www.ed-multimedia.com/2011/01/18/modelling-in-3ds-max/</link>
		<comments>http://www.ed-multimedia.com/2011/01/18/modelling-in-3ds-max/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 12:26:36 +0000</pubDate>
		<dc:creator>vlad</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://www.ed-multimedia.com/?p=60</guid>
		<description><![CDATA[If it is the first time for you to export scenes from 3DSMax to Director Shockwave 3D, it may occur that you have a problem with the world axes orientation in these two environments.]]></description>
		<wfw:commentRss>http://www.ed-multimedia.com/2011/01/18/modelling-in-3ds-max/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Director — MySQL communication</title>
		<link>http://www.ed-multimedia.com/2010/10/28/director-mysql-communication/</link>
		<comments>http://www.ed-multimedia.com/2010/10/28/director-mysql-communication/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 20:05:02 +0000</pubDate>
		<dc:creator>vlad</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Libraries]]></category>

		<guid isPermaLink="false">http://www.ed-multimedia.com/?p=27</guid>
		<description><![CDATA[As a person whose experience in programming is connected mainly to Director and Lingo, I often searched but never found a comparatively simple and clear tutorial that describes step by step what is necessary to do in order to get an application, which communicates in a duplex way to a MySQL database. Here I will [...]]]></description>
		<wfw:commentRss>http://www.ed-multimedia.com/2010/10/28/director-mysql-communication/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Light Maps with 3DSMax and VRay — III</title>
		<link>http://www.ed-multimedia.com/2010/10/28/light-maps-with-3dsmax-and-vray-3/</link>
		<comments>http://www.ed-multimedia.com/2010/10/28/light-maps-with-3dsmax-and-vray-3/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 19:57:02 +0000</pubDate>
		<dc:creator>vlad</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://www.ed-multimedia.com/?p=24</guid>
		<description><![CDATA[In the first part of this tutorial, I focused on modeling, lighting and VRay setup in 3DS Max. In this part we will create the mapping coordinates for the light maps. Download the sample movie: and save it in “C:\lightMapsTutorial\”. Open Director and load “lightmapsDemo.dir”. Import “geometry.w3d” in slot 1 of castlib “Internal”. Import “lights.w3d” [...]]]></description>
		<wfw:commentRss>http://www.ed-multimedia.com/2010/10/28/light-maps-with-3dsmax-and-vray-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Light Maps with 3DSMax and VRay  —  II</title>
		<link>http://www.ed-multimedia.com/2010/10/28/light-maps-with-3dsmax-and-vray-2/</link>
		<comments>http://www.ed-multimedia.com/2010/10/28/light-maps-with-3dsmax-and-vray-2/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 19:54:06 +0000</pubDate>
		<dc:creator>vlad</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://www.ed-multimedia.com/?p=20</guid>
		<description><![CDATA[Save the scene. Select all geometry objects and go to Utilities &#62; Collapse. Check Mesh, Multiple Objects and press Collapse selected. This will convert all geometry to editable meshes. Choose from the main menubar Rendering &#62; Render to Texture. Now enter the following settings in Render to texture dialogue: Section General Settings: In Output group, [...]]]></description>
		<wfw:commentRss>http://www.ed-multimedia.com/2010/10/28/light-maps-with-3dsmax-and-vray-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

