<?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>Bootstrap Studio  &#187; Actionscript 3</title>
	<atom:link href="http://bootstrapstudio.com/category/actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://bootstrapstudio.com</link>
	<description>Stepping on since 1997</description>
	<lastBuildDate>Mon, 16 Jan 2012 05:01:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Sine Wave Generator</title>
		<link>http://bootstrapstudio.com/2012/01/15/sine-wave-generator/</link>
		<comments>http://bootstrapstudio.com/2012/01/15/sine-wave-generator/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 04:44:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>

		<guid isPermaLink="false">http://bootstrapstudio.com/?p=194</guid>
		<description><![CDATA[I&#8217;m working on making a synth app in Flash, sorta like a Moog. This is my Hello World application of the AS3 SampleData class. It uses the X and Y to compute the left and right frequencies. Warning: May blow your speakers&#8230;.! not really, but it has some ear piercing sounds which might annoy your [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on making a synth app in Flash, sorta like a Moog. This is my Hello World application of the AS3 SampleData class.</p>
<p>It uses the X and Y to compute the left and right frequencies.</p>
<p><blink><font color=red><b>Warning:</b></font></blink> May blow your speakers&#8230;.! <img src='http://bootstrapstudio.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  not really,  but it has some ear piercing sounds which might annoy your neighbour&#8217;s dog slightly, and If you get the sound down really low and turn your speakers up you could probably soil your pants! Makes some mean Martian flying saucer sounds.</p>
<p>view demo : <a href="http://bootstrapstudio.com/portfolio/sineWaveGenerator">here</a></p>
<p>source code : <a href="http://bootstrapstudio.com/portfolio/sineWaveGenerator/sineWaveGenerator.zip">download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bootstrapstudio.com/2012/01/15/sine-wave-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tween Delay AS3</title>
		<link>http://bootstrapstudio.com/2011/11/22/tween-delay-as3/</link>
		<comments>http://bootstrapstudio.com/2011/11/22/tween-delay-as3/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 03:27:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>

		<guid isPermaLink="false">http://bootstrapstudio.com/?p=161</guid>
		<description><![CDATA[An ActionScript 3 version of  Tim Walling&#8217;s Tween Delay Class which I adapted. Extending  the  AS3 Tween class. For More info visit : http://timwalling.com/ TweenDelayAS3.zip Example of usage: import fl.transitions.Tween; import fl.transitions.easing.*; import fl.transitions.TweenEvent; import com.timwalling.TweenDelay; bg.alpha=0; var bgTween:TweenDelay = new TweenDelay(bg, "alpha", Strong.easeOut, 0, 1, 1, 0, true);]]></description>
			<content:encoded><![CDATA[<p>An ActionScript 3 version of  Tim Walling&#8217;s Tween Delay Class which I adapted. Extending  the  AS3 Tween class.</p>
<p>For More info visit : <a href="http://timwalling.com/">http://timwalling.com/</a></p>
<p><a title="Tween Delay AS3 (4 Kilobytes)" href="http://bootstrapstudio.com/portfolio/TweenDelayAS3/TweenDelayAS3.zip">TweenDelayAS3.zip</a></p>
<p>Example of usage:</p>
<p><code>import fl.transitions.Tween;<br />
import fl.transitions.easing.*;<br />
import fl.transitions.TweenEvent;<br />
import com.timwalling.TweenDelay; </code></p>
<p><code> </code></p>
<p><code>bg.alpha=0;<br />
var bgTween:TweenDelay = new TweenDelay(bg, "alpha", Strong.easeOut, 0, 1, 1, 0, true);</code></p>
<p><code> </code></p>
]]></content:encoded>
			<wfw:commentRss>http://bootstrapstudio.com/2011/11/22/tween-delay-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

