<?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>Dreaming in Flash &#187; Actionscript2</title>
	<atom:link href="http://www.dreaminginflash.com/category/actionscript2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dreaminginflash.com</link>
	<description>There is no universally agreed-upon biological definition of dreaming</description>
	<lastBuildDate>Wed, 12 Oct 2011 17:29:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>(As2) swapDepths Vs (As3) setChildIndex</title>
		<link>http://www.dreaminginflash.com/2007/11/06/as2-swapdepths-vs-as3-setchildindex/</link>
		<comments>http://www.dreaminginflash.com/2007/11/06/as2-swapdepths-vs-as3-setchildindex/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 09:31:59 +0000</pubDate>
		<dc:creator>Ivan Valadares</dc:creator>
				<category><![CDATA[Actionscript2]]></category>
		<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2007/11/06/as2-swapdepths-vs-as3-setchildindex/</guid>
		<description><![CDATA[AS2 was an anarchy language, if you need to put a movieClip visually above all the things in the stage, you can do movieClip.swapDepths(this.getNextHighestDepth()). So it works, but in reality your are swapping your movieClip with a movieClip that didnâ€™t exist, so in AS3 you canâ€™t do that but we have setChildIndex method. You Can [...]]]></description>
			<content:encoded><![CDATA[<p>AS2 was an anarchy language, if you need to put a movieClip visually above all the things in the stage, you can do movieClip.swapDepths(this.getNextHighestDepth()). So it works, but in reality your are swapping your movieClip with a movieClip that didnâ€™t exist, so in AS3 you canâ€™t do that but we have setChildIndex method. You Can do setChildIndex(numChildren-1)</p>
<p><strong>AS2</strong><br />
<img src='http://www.dreaminginflash.com/wp-content/uploads/2007/11/as2.jpg' alt='AS2' /><br />
<strong>AS3</strong><br />
<img src='http://www.dreaminginflash.com/wp-content/uploads/2007/11/as3.jpg' alt='AS3' /></p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2007/11/06/as2-swapdepths-vs-as3-setchildindex/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Using Flade</title>
		<link>http://www.dreaminginflash.com/2007/10/12/using-flade/</link>
		<comments>http://www.dreaminginflash.com/2007/10/12/using-flade/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 07:31:12 +0000</pubDate>
		<dc:creator>Idoru</dc:creator>
				<category><![CDATA[Actionscript2]]></category>
		<category><![CDATA[Flade Physics Engine]]></category>
		<category><![CDATA[Physics Engine]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/?p=13</guid>
		<description><![CDATA[Hi there,
Recently i had a project that had to be done in AS2, and to top that it needed to have some physics.
My first thought was, well i'll just use the AS2 version of APE, and then remembered that there isn't one.
Then i found flade.
Made by Alec Cove ( the same guy that does APE [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there,<br />
Recently i had a project that had to be done in AS2, and to top that it needed to have some physics.</p>
<p>My first thought was, well i'll just use the AS2 version of APE, and then remembered that there isn't one.<br />
Then i found <a HREF="http://www.cove.org/flade/" TITLE="flade engine">flade</a>.<br />
Made by Alec Cove ( the same guy that does APE ).<br />
Now I wanted to see some tutorials or documentation, but as expected for such an 'ancient' engine there were none.<br />
So I decided to make a simple little tutorial on how to throw things arround using flade.</p>
<p>Files: <a HREF="http://www.dreaminginflash.com/wp-content/uploads/2007/10/fladeexample.zip" TITLE="Flade Example">Flade Example</a></p>
<p>Demo: <a TITLE="Flade Demo" HREF="http://www.dreaminginflash.com/wp-content/uploads/2007/10/fladeexample.swf">Flade Demo</a></p>
<p>You will need Flash 8, and the Flade files found <a TITLE="flade files" TARGET="_blank" HREF="http://www.cove.org/flade/flade_06a.zip">here</a>.</p>
<p>So here's the code:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="500" height="300" id="ftf_wp" align="middle">
		  <param name="movie" value="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" />
		  <param name="quality" value="high" />
		  <param name="scale" value="noscale" />
		  <param name="bgcolor" value="#ffffff" />
		  <param name="flashvars" value="=&file=index.php&ftf=true&postID=13&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		  <embed src="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="500" height="300" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="=&file=index.php&ftf=true&postID=13&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2007/10/12/using-flade/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Underlined link style in Flash</title>
		<link>http://www.dreaminginflash.com/2007/09/04/underlined-link-style-in-flash/</link>
		<comments>http://www.dreaminginflash.com/2007/09/04/underlined-link-style-in-flash/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 11:24:28 +0000</pubDate>
		<dc:creator>tufao</dc:creator>
				<category><![CDATA[Actionscript2]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/?p=6</guid>
		<description><![CDATA[You want to have that tipical html effect when rolling over a text link showing text underlined? That is one of thouse things that is hard to understand how Marcromedia/Adobe didn't support this from the very beginning.
Sure you can have your text field as html and have your content defined by code with html tags [...]]]></description>
			<content:encoded><![CDATA[<p>You want to have that tipical html effect when rolling over a text link showing text underlined? That is one of thouse things that is hard to understand how Marcromedia/Adobe didn't support this from the very beginning.</p>
<p>Sure you can have your text field as html and have your content defined by code with html tags and all, but do you really want to go through all that trouble. Shouldn't that be more simple just using static text?</p>
<p>I came up to a quite simple solution:</p>
<p>Basically styleSheet is created with the underline style which is applied for every object on a MovieClip. Check it out (AS2):</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="300" id="ftf_wp" align="middle">
		  <param name="movie" value="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" />
		  <param name="quality" value="high" />
		  <param name="scale" value="noscale" />
		  <param name="bgcolor" value="#ffffff" />
		  <param name="flashvars" value="w=400&h=300&file=index.php&ftf=true&postID=6&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		  <embed src="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="400" height="300" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="w=400&h=300&file=index.php&ftf=true&postID=6&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>
<p>That's it! The underline effect on a link roll over is active for every <strong>static</strong> or <strong>dynamic </strong>text field on stage.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2007/09/04/underlined-link-style-in-flash/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

