<?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>Awesome Animator News</title>
	<atom:link href="http://awesomeanimator.com/blog/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://awesomeanimator.com/blog</link>
	<description>Most Excellent Animation Software</description>
	<lastBuildDate>Sat, 23 Jul 2011 22:01:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Using APE Physics Engine with Awesome Animator &#8211; Part 2</title>
		<link>http://awesomeanimator.com/blog/2011/07/23/using-ape-physics-engine-with-awesome-animator-part-2/</link>
		<comments>http://awesomeanimator.com/blog/2011/07/23/using-ape-physics-engine-with-awesome-animator-part-2/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 21:57:26 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://awesomeanimator.com/blog/?p=166</guid>
		<description><![CDATA[In this post we shall delve into using a pre-built physics library (namely APE by Alec Cove). This is a set of AS3 classes. First download them off the the APE website. Next copy all the files in each of the demo folders into the source folder. This is so the source files can be [...]]]></description>
			<content:encoded><![CDATA[<p>In this post we shall delve into using a pre-built physics library (namely <a href="http://www.cove.org/ape/">APE</a> by Alec Cove). This is a set of AS3 classes. First download them off the the APE website. Next copy all the files in each of the demo folders into the source folder. This is so the source files can be found by <strong>Awesome Animator</strong>. (Make sure you have the latest version). Now open the script window and go to <strong>AS3 &gt; Import class&#8230;</strong> and choose the <strong>CarDemo.as</strong> for example. We set CarDemo as the main class and parse everything. Next we can close the script window and decorate the background. What we end up with is something that looks like this:<br />
(The keys are &#8216;A&#8217; for go and &#8216;D&#8217; for reverse)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="512" height="280" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.awesomeanimator.com/examples/physics.swf" /><embed type="application/x-shockwave-flash" width="512" height="280" src="http://www.awesomeanimator.com/examples/physics.swf"></embed></object></p>
<p>Other things we could do is modify the colours in the CarDemo constructor or class file to change the colours of the robot and obstacles.</p>
<p>You may find it useful to download the Flash debug projector when working with scripts. It can be found on the <a href="http://www.adobe.com/support/flashplayer/downloads.html">Adobe website</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://awesomeanimator.com/blog/2011/07/23/using-ape-physics-engine-with-awesome-animator-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using APE Physics Engine with Awesome Animator &#8211; Part 1</title>
		<link>http://awesomeanimator.com/blog/2011/07/23/using-ape-physics-engine-with-awesome-animator/</link>
		<comments>http://awesomeanimator.com/blog/2011/07/23/using-ape-physics-engine-with-awesome-animator/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 21:52:30 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://awesomeanimator.com/blog/?p=162</guid>
		<description><![CDATA[In this post we shall delve into using a pre-built physics library (namely APE by Alec Cove). This is a set of AS3 classes. First download them off the the APE website. Next copy all the files in each of the demo folders into the source folder. This is so the source files can be [...]]]></description>
			<content:encoded><![CDATA[<p>In this post we shall delve into using a pre-built physics library (namely <a href="http://www.cove.org/ape/">APE</a> by Alec Cove). This is a set of AS3 classes. First download them off the the APE website. Next copy all the files in each of the demo folders into the source folder. This is so the source files can be found by <strong>Awesome Animator</strong>. (Make sure you have the latest version). Now open the script window and go to <strong>AS3 &gt; Import class&#8230;</strong> and choose the <strong>RobotDemo.as</strong> for example. We set RobotDemo as the main class and parse everything. Next we can close the script window and decorate the background with some clouds. What we end up with is something that looks like this:<br />
(The keys are &#8216;P&#8217; for go and &#8216;R&#8217; for reverse)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="517" height="384" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.awesomeanimator.com/examples/robot.swf" /><embed type="application/x-shockwave-flash" width="517" height="384" src="http://www.awesomeanimator.com/examples/robot.swf"></embed></object></p>
<p>Other things we could do is modify the colours in the RobotDemo constructor or class file to change the colours of the robot and obstacles.</p>
<p>You may find it useful to download the Flash debug projector when working with scripts. It can be found on the <a href="http://www.adobe.com/support/flashplayer/downloads.html">Adobe website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://awesomeanimator.com/blog/2011/07/23/using-ape-physics-engine-with-awesome-animator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Kinect to Create Flash Animations with Awesome Animator</title>
		<link>http://awesomeanimator.com/blog/2011/06/21/using-kinect-to-create-flash-animations-with-awesome-animator/</link>
		<comments>http://awesomeanimator.com/blog/2011/06/21/using-kinect-to-create-flash-animations-with-awesome-animator/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 20:54:54 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Animating Tips]]></category>

		<guid isPermaLink="false">http://awesomeanimator.com/blog/?p=149</guid>
		<description><![CDATA[If you want to create a quick animation then instead of animating every frame by hand wouldn&#8217;t it be simpler just to scan in some human motions and use those? Well now if you have a Kinect that is exactly what you can do!!! Just plug your Kinect into your PC (you may need a [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to create a quick animation then instead of animating every frame by hand wouldn&#8217;t it be simpler just to scan in some human motions and use those? Well now if you have a Kinect that is exactly what you can do!!! Just plug your Kinect into your PC (you may need a separate power adapter if your Kinect cam bundled with your XBox or if you bought your Kinect separate from your XBox it should plug straight in with the USB). </p>
<p>Now you will need some software which turns your actions captured on the Kinect into a motion capture file (BVH). You can download some free software from the <a title="Brekel website" href="http://www.brekel.com/?page_id=155">Brekel website</a>.</p>
<p>Now do a little dance, jump up and down and capture your motions. Save them as a BVH file.</p>
<p>You can then import this BVH file into Awesome Animator (make sure you download the latest version) to create a Flash animation. The animation will show your movements as a stick figure but you can change these by double clicking on a rectangle and changing it for a different graphic.</p>
<p>Here is an example of importing a BVH file to Awesome Animator. (This one is of a horse but the same principle applies.) I have changed the head from a rectangle to something more interesting.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="517" height="384" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.awesomeanimator.com/examples/horse2.swf" /><embed type="application/x-shockwave-flash" width="517" height="384" src="http://www.awesomeanimator.com/examples/horse2.swf"></embed></object></p>
<p>If you don&#8217;t have a Kinect you may be able to download some free BVH files that others have created.</p>
<p>Once you have made some good animations you can put them on your website or share them with your friends and don&#8217;t forget to mention they were made with Awesome Animator!!!</p>
<p><strong>Digital Puppetry</strong><br />
Just because you are a human it doesn&#8217;t mean your animation must be of a human. For example, you could use your arms to pretend to be the jaws of crocodile. Then when you import the BVH file into Awesome Animator simply delete all the layers except for the arms (which will now be jaws) and use them as the basis of an animation!!!<br />
You can combine multiple captures. For example first capture your body. Then capture your arm gestures again but this time use them for animating the mouth of your character.<br />
A third capture could use your arms to animate a claw.<br />
You can add different captures for different characters by importing the BVH inside different MovieClips.</p>
<p>Now just export your animation as a Flash (SWF) file!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://awesomeanimator.com/blog/2011/06/21/using-kinect-to-create-flash-animations-with-awesome-animator/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Unicode supported</title>
		<link>http://awesomeanimator.com/blog/2011/06/14/unicode-supported/</link>
		<comments>http://awesomeanimator.com/blog/2011/06/14/unicode-supported/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 18:09:32 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://awesomeanimator.com/blog/?p=141</guid>
		<description><![CDATA[The latest version of Awesome Animator now has Unicode support. Which means that you can use it with Japanese font for example. The text here is こんにちは私の日本人の友達が！ which Google translate tells me says &#8220;Hello Japanese people!&#8221; Which probably means it says no such thing! Unicode can be used in buttons and text boxes. You will [...]]]></description>
			<content:encoded><![CDATA[<p>The latest version of Awesome Animator now has Unicode support. Which means that you can use it with Japanese font for example.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="517" height="188" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.awesomeanimator.com/examples/japanese.swf" /><embed type="application/x-shockwave-flash" width="517" height="188" src="http://www.awesomeanimator.com/examples/japanese.swf"></embed></object></p>
<p>The text here is こんにちは私の日本人の友達が！ which Google translate tells me says &#8220;Hello Japanese people!&#8221; Which probably means it says no such thing!</p>
<p>Unicode can be used in buttons and text boxes. You will need to use a font supporting Unicode such as &#8220;<strong>MS Mincho</strong>&#8221; or &#8220;<strong>Arial Unicode</strong>&#8220;. It is best to write out the Unicode first and then paste it in to a Awesome Animator text box because the characters may not show up in the dialog box.</p>
<p>Unicode was requested using our &#8220;bug tracking&#8221; feature.</p>
<p>The <em>very</em> latest version now supports Unicode in animated titles:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="517" height="81" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.awesomeanimator.com/examples/japanesetitle.swf" /><embed type="application/x-shockwave-flash" width="517" height="81" src="http://www.awesomeanimator.com/examples/japanesetitle.swf"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://awesomeanimator.com/blog/2011/06/14/unicode-supported/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updates</title>
		<link>http://awesomeanimator.com/blog/2011/02/13/updates/</link>
		<comments>http://awesomeanimator.com/blog/2011/02/13/updates/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 19:43:30 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://awesomeanimator.com/blog/?p=134</guid>
		<description><![CDATA[Over the recent weeks we&#8217;ve made some improvements to Awesome Animator. These include performance enhancements, bug fixes and additions. You can download the latest version (12th Feb 2010) from the Awesome Animator download page. One of the new improvements is that Awesome Animator now allows you to open Flash animation SWFs containing Actionscript 3.0, change [...]]]></description>
			<content:encoded><![CDATA[<p>Over the recent weeks we&#8217;ve made some improvements to <strong>Awesome Animator</strong>. These include performance enhancements, bug fixes and additions. You can download the latest version (12th Feb 2010) from the <a href="http://www.awesomeanimator.com/download">Awesome Animator download page</a>.</p>
<p>One of the new improvements is that Awesome Animator now allows you to open Flash animation SWFs containing <strong>Actionscript 3.0</strong>, change the graphic content and then re-export them. (Be aware, however, that changing the content of someone&#8217;s animation or game, may violate their copyright.) At present you are not able to edit Actionscript 3.0 code in AA although you can see a list of classes and functions contained in the SWF. If there is a high demand we may add Actionscript 3.0 editing at a later time.</p>
<p>We&#8217;ve also added a <a href="http://www.awesomeanimator.com/bugreport/">bug reporting</a> facility which should help speed up the process of fixing bugs. Any bugs that are reported with this facility we shall prioritise. It speeds things up considerably if you can describe how to replicate the bug in the shortest number of steps. As always, we provide all updates free to existing users so it&#8217;s a win-win situation! We believe the latest version of AA to be the most stable and fastest yet. </p>
]]></content:encoded>
			<wfw:commentRss>http://awesomeanimator.com/blog/2011/02/13/updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Candle Animation</title>
		<link>http://awesomeanimator.com/blog/2010/10/26/candle-animation/</link>
		<comments>http://awesomeanimator.com/blog/2010/10/26/candle-animation/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 17:15:15 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Animating Tips]]></category>

		<guid isPermaLink="false">http://awesomeanimator.com/blog/?p=122</guid>
		<description><![CDATA[In this example we shall use the quick particle effect wizard to create a nice animated candle. The result is: We used the cylinder tool for the candle itself. We used a modified cylinder for the candle holder. We used a ring shape for the handle. The shine on the candle is simply a circle [...]]]></description>
			<content:encoded><![CDATA[<p>In this example we shall use the quick particle effect wizard to create a nice animated candle. The result is:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.awesomeanimator.com/examples/candle.swf" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://www.awesomeanimator.com/examples/candle.swf"></embed></object></p>
<p>We used the cylinder tool for the candle itself. We used a modified cylinder for the candle holder. We used a ring shape for the handle. The shine on the candle is simply a circle with a radial gradient where the outer colour opacity is 0%.<br />
To create the flames we used the quick particle creator and used an orange colour. This layer is underneath the shine layer to give the best effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://awesomeanimator.com/blog/2010/10/26/candle-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Earth Moon Gravity Simulation</title>
		<link>http://awesomeanimator.com/blog/2010/10/25/earth-moon-gravity-simulation/</link>
		<comments>http://awesomeanimator.com/blog/2010/10/25/earth-moon-gravity-simulation/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 18:25:35 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://awesomeanimator.com/blog/?p=105</guid>
		<description><![CDATA[In this tutorial we shall make a basic gravitational simulation with the inverse square law of attraction.  It should end up looking like this: We draw two spheres and group each one as a MovieClip. Using the frame panel we assign a reference name to each one: earth and moon. For the moon we set [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial we shall make a basic gravitational simulation with the inverse square law of attraction.  It should end up looking like this:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.awesomeanimator.com/examples/earthmoon2.swf" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://www.awesomeanimator.com/examples/earthmoon2.swf"></embed></object></p>
<p>We draw two spheres and group each one as a <strong>MovieClip</strong>. Using the frame panel we assign a reference name to each one: <strong><span style="color: #ff00ff;">earth </span></strong>and <strong><span style="color: #ff00ff;">moon</span></strong>. For the moon we set up the variables by choosing the <strong><span style="color: #00ffff;">MovieClip Events &gt; onLoa</span><span style="color: #00ffff;">d</span></strong> action from the action menu. And type in:</p>
<div id="_mcePaste"><strong><span style="color: #ff0000;">mass = 1000</span></strong></div>
<div id="_mcePaste"><strong><span style="color: #ff0000;">velocity = {x:15, y:0}</span></strong></div>
<p>And then for the <strong><span style="color: #00ffff;">MovieClip Events &gt; onEnterFrame</span></strong> we have:</p>
<p><span style="color: #ff0000;">//work out distance from earth to moon</span><span style="color: #ff0000;"><br />
<strong>dx = _root.<span style="color: #ff00ff;">earth</span>._x &#8211; _x</strong><br />
<strong>dy = _root.<span style="color: #ff00ff;">earth</span>._y &#8211; _y</strong><br />
<strong>r = Math.sqrt(dx*dx + dy*dy)</strong></span></p>
<p><span style="color: #ff0000;">//get the mass of the earth from the other MovieClip</span><span style="color: #ff0000;"><br />
<strong>m = _root.<span style="color: #ff00ff;">earth</span>.mass</strong></span></p>
<p><span style="color: #ff0000;">//change the velocity according to the inverse square law of attraction</span><span style="color: #ff0000;"><br />
<strong>velocity.x += m*dx/r/r/r</strong><br />
<strong>velocity.y += m*dy/r/r/r</strong></span></p>
<p><span style="color: #ff0000;">//change the position with the values of the velocity</span><span style="color: #ff0000;"><br />
<strong>_x += velocity.x</strong><br />
<strong>_y += velocity.y</strong></span></p>
<p>We then repeat these actions for the Earth but  wherever it says <strong><span style="color: #ff00ff;">earth </span></strong>put <strong><span style="color: #ff00ff;">moon</span></strong>.  Also, the starting values for the earth MovieClip in the <span style="color: #00ffff;"><strong>onLoad</strong></span> action should be:</p>
<div id="_mcePaste"><strong><span style="color: #ff0000;">mass = 50000</span></strong></div>
<div id="_mcePaste"><strong><span style="color: #ff0000;">velocity = {x:-0.2, y:0}</span></strong></div>
<div>We found the values of the masses mostly by experimentation. What we can do next is add the ability to drag the planets by adding the actions <span style="color: #ff0000;"><strong>startDrag()</strong></span> and <span style="color: #ff0000;"><strong>stopDrag()</strong></span> to the <strong><span style="color: #00ffff;">onPress</span></strong> and <strong><span style="color: #00ffff;">onRelease</span></strong> actions.</div>
<div>If you forget which events or references you&#8217;ve added to the MovieClip, Awesome Animator has the useful feature that when the MovieClips are selected it shows a list of events beside the shape and the reference name below the shape:</div>
<div>
<div class="wp-caption aligncenter" style="width: 430px"><img title="Showing events and references in editor" src="http://www.awesomeanimator.com/examples/earthmoon.gif" alt="Showing events in editor" width="420" height="315" /><p class="wp-caption-text">Showing events and references in editor</p></div>
<p>Other things you might like to add would be a reset button.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://awesomeanimator.com/blog/2010/10/25/earth-moon-gravity-simulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bouncing Ball</title>
		<link>http://awesomeanimator.com/blog/2010/10/25/bouncing-ball/</link>
		<comments>http://awesomeanimator.com/blog/2010/10/25/bouncing-ball/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 02:18:05 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://awesomeanimator.com/blog/?p=94</guid>
		<description><![CDATA[In this tutorial we are going to model a bouncing ball using the equations of Newtonian physics no less! This is the result: First let us create a new animation with size 400 x 300 using the File &#62; Document Properties menu. Next we draw the ball with the sphere tool. Next we group the ball [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial we are going to model a bouncing ball using the equations of Newtonian physics no less! This is the result:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.awesomeanimator.com/examples/bouncingball.swf" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://www.awesomeanimator.com/examples/bouncingball.swf"></embed></object></p>
<p>First let us create a new animation with size <strong>400 x 300</strong> using the <strong>File &gt; Document Properties</strong> menu.</p>
<p>Next we draw the ball with the sphere tool. Next we group the ball as a <strong>MovieClip</strong>.</p>
<p>Next with the ball selected we go to the <strong>Action </strong>menu and in the <strong>MovieClip Events</strong> we choose <strong>onLoad </strong>to set up some values for when the ball first appears on the screen. In the action box we type in:</p>
<pre><strong>gravity = 4
</strong><strong>velocity = {x:10, y:0}</strong></pre>
<p>This sets the strength of the gravitational force to a suitable number and adjusts it for 24 frames a second animation. It sets the initial velocity to a sideways direction in the x-axis.</p>
<p>We close this window. Then in the MovieClip Events we choose <strong>onEnterFrame </strong>which tells the ball what to do on every frame. We type in:</p>
<pre><strong>//the velocity increases downwards every frame</strong>
<strong>velocity.y += gravity</strong>
<strong>
</strong>
<strong>//the position of the ball change with the velocity</strong>
<strong>_x += velocity.x</strong>
<strong>_y += velocity.y</strong>
<strong>
</strong>
<strong>//if it hits the floor reverse the downward velocity</strong>
<strong>if( _y + _height/2 &gt; Stage.height){</strong>
<strong>    velocity.y*= -1</strong>
<strong>    _y=Stage.height -_height/2</strong>
<strong>}</strong>
<strong>
</strong>
<strong>//if it hits the sides reverse the sideways velocity</strong>
<strong>if( _x - _width/2 &lt; 0 || _x + _width/2 &gt; Stage.width){</strong>
<strong>    velocity.x*= -1</strong>
<strong>}</strong></pre>
<p>Close the action window and preview the result!</p>
<p>(You may notice that when it hits the floor we also adjust the position of the ball so it touches the floor exactly. This prevents unusual behaviour such as the ball bouncing higher then it fell.)</p>
]]></content:encoded>
			<wfw:commentRss>http://awesomeanimator.com/blog/2010/10/25/bouncing-ball/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Morphing and Tweening</title>
		<link>http://awesomeanimator.com/blog/2010/10/22/morphing-and-tweening/</link>
		<comments>http://awesomeanimator.com/blog/2010/10/22/morphing-and-tweening/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 01:12:29 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Animating Tips]]></category>

		<guid isPermaLink="false">http://awesomeanimator.com/blog/?p=89</guid>
		<description><![CDATA[In this tutorial we shall use simple morphing and tweening methods to create a semi-realistic water droplet effects. The effect is further highlighted with use of transpareny and gradients.]]></description>
			<content:encoded><![CDATA[<p>In this tutorial we shall use simple morphing and tweening methods to create a semi-realistic water droplet effects. The effect is further highlighted with use of transpareny and gradients.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="512" height="384" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.awesomeanimator.com/examples/water.swf" /><embed type="application/x-shockwave-flash" width="512" height="384" src="http://www.awesomeanimator.com/examples/water.swf"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://awesomeanimator.com/blog/2010/10/22/morphing-and-tweening/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickly Create Animated Text</title>
		<link>http://awesomeanimator.com/blog/2010/10/16/quickly-create-animated-text/</link>
		<comments>http://awesomeanimator.com/blog/2010/10/16/quickly-create-animated-text/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 02:02:51 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>

		<guid isPermaLink="false">http://awesomeanimator.com/blog/?p=80</guid>
		<description><![CDATA[In this video tutorial we shall create some animated text of the classic words &#8220;Hello World&#8221;.  Watch the video and repeat the steps, pausing the video when you need to. The steps are very simple. Step 1 To change the background colour, open the &#8216;Appearance&#8217; menu and choose &#8216;Background colour&#8217;. Step 2 To add the [...]]]></description>
			<content:encoded><![CDATA[<p>In this video tutorial we shall create some animated text of the classic words &#8220;Hello World&#8221;.  Watch the video and repeat the steps, pausing the video when you need to.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/RIK7fqSx6Rs?fs=1&amp;hl=en_GB" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/RIK7fqSx6Rs?fs=1&amp;hl=en_GB" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>The steps are very simple.</p>
<p><strong>Step 1</strong></p>
<p>To change the background colour, open the &#8216;Appearance&#8217; menu and choose &#8216;Background colour&#8217;.</p>
<p><strong>Step 2</strong></p>
<p>To add the animated text go to the &#8216;Quick&#8217; menu and choose &#8216;Title Text&#8221;. Type the words in you want. (In this case &#8220;Hello World&#8221;). Adjust the parameters until you like what you see in the preview window. Click OK to add it to the page.</p>
<p><strong>Step 3</strong></p>
<p>Use the blue cursor to move the text into the right place and the resize tool to make the text the right size.</p>
]]></content:encoded>
			<wfw:commentRss>http://awesomeanimator.com/blog/2010/10/16/quickly-create-animated-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.345 seconds -->

