<?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 2</title>
	<atom:link href="http://bootstrapstudio.com/category/actionscript-2/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>AS2 Colour Transformer Class (v2)</title>
		<link>http://bootstrapstudio.com/2011/10/25/as2-colour-transformer-class-v2/</link>
		<comments>http://bootstrapstudio.com/2011/10/25/as2-colour-transformer-class-v2/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 07:32:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 2]]></category>

		<guid isPermaLink="false">http://bootstrapstudio.com/?p=159</guid>
		<description><![CDATA[I&#8217;ve rewritten the As2 Colour Transformer to be used as a class file. View demo: Here Download source: Here]]></description>
			<content:encoded><![CDATA[<p><a href="http://bootstrapstudio.com/portfolio/gho/colourtransformer/ColorTransformerClass/colorTransformExample.html"><img src="http://bootstrapstudio.com/portfolio/gho/colourtransformer/ColorTransformerClass/ctClassThumb.jpg" border="0" alt="" /></a></p>
<p>I&#8217;ve rewritten the As2 Colour Transformer to be used as a class file.</p>
<p>View demo: <a title="Colour Transformer Example" href="http://bootstrapstudio.com/portfolio/gho/colourtransformer/ColorTransformerClass/colorTransformExample.html">Here</a></p>
<p>Download source: <a title="ColorTransformerClass.zip" href="http://bootstrapstudio.com/portfolio/gho/colourtransformer/ColorTransformerClass.zip">Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bootstrapstudio.com/2011/10/25/as2-colour-transformer-class-v2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS2 Colour Transformer</title>
		<link>http://bootstrapstudio.com/2011/10/25/as2-colour-transformer/</link>
		<comments>http://bootstrapstudio.com/2011/10/25/as2-colour-transformer/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 02:48:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 2]]></category>

		<guid isPermaLink="false">http://bootstrapstudio.com/?p=147</guid>
		<description><![CDATA[Here is a script I created for transforming the colour of a MovieClip. Written in Actionscript 2, this script includes a cool little frame rate counter I made because As2 doesn&#8217;t support &#8216;stage.frameRate&#8217; property like As3 does! View a demo: Here Download Source: Here]]></description>
			<content:encoded><![CDATA[<p>Here is a script I created for transforming the colour of a MovieClip. Written in Actionscript 2, this script includes a cool little frame rate counter I made because As2 doesn&#8217;t support &#8216;stage.frameRate&#8217; property like As3 does!</p>
<p><a href="http://bootstrapstudio.com/portfolio/gho/colourtransformer/ColourTransformer/ColorTransformer.html"><img src="http://bootstrapstudio.com/portfolio/gho/colourtransformer/ColourTransformer/ctThumb.jpg" border="0" alt="" /></a></p>
<p>View a demo: <a title="Colour Transformer" href="http://bootstrapstudio.com/portfolio/gho/colourtransformer/ColourTransformer/ColorTransformer.html">Here</a></p>
<p>Download Source: <a title="ColourTransformer.zip" href="http://bootstrapstudio.com/portfolio/gho/colourtransformer/ColourTransformer.zip">Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bootstrapstudio.com/2011/10/25/as2-colour-transformer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Text &#8211; Slow and Frustrating!!</title>
		<link>http://bootstrapstudio.com/2011/10/25/flash-text-fast-and-frustrating/</link>
		<comments>http://bootstrapstudio.com/2011/10/25/flash-text-fast-and-frustrating/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 11:59:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actionscript 2]]></category>

		<guid isPermaLink="false">http://bootstrapstudio.com/?p=139</guid>
		<description><![CDATA[I was having difficulty with Flash text trying to do that Fast and the Furious type effect. When it would do the stop and drift bit, it would go all staggered and stoppy. The art director would never let it fly! So I found a fix. Flash is notoriously bad to deal with text at [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bootstrapstudio.com/portfolio/gho/fastandthefurious/FastAndFuriousTextV2/fastAndFuriousText.html"><img src="http://bootstrapstudio.com/portfolio/gho/fastandthefurious/FastAndFuriousTextV2/fatftThumb.jpg" border="0" alt="" /></a></p>
<p>I was having difficulty with Flash text trying to do that Fast and the Furious type effect. When it would do the stop and drift bit, it would go all staggered and stoppy. The art director would never let it fly! So I found a fix. Flash is notoriously bad to deal with text at the best of times. It was the blur effect after all. I moved the text clip into a child clip and blurred the parent. In this version I have added skew and some cheesy sound effects.</p>
<p><a href="http://bootstrapstudio.com/portfolio/gho/fastandthefurious/FastAndFuriousTextV2/fastAndFuriousText.html">See a demo: </a><a title="Fast and the Furious Text Effect" href="http://bootstrapstudio.com/portfolio/gho/fastandthefurious/FastAndFuriousTextV2/fastAndFuriousText.html" target="_blank">Here</a>.</p>
<p>Download Source: <a title="FastAndFuriousTextV2.zip" href="http://bootstrapstudio.com/portfolio/gho/fastandthefurious/FastAndFuriousTextV2.zip" target="_blank">Here</a> (Written in Actionscript 2)</p>
]]></content:encoded>
			<wfw:commentRss>http://bootstrapstudio.com/2011/10/25/flash-text-fast-and-frustrating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

