<?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>HorizonShadow</title>
	<atom:link href="http://horizonshadow.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://horizonshadow.org</link>
	<description>a whisper in the winds</description>
	<lastBuildDate>Mon, 23 Aug 2010 21:24:18 +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>Adventures in Flash: Number 2</title>
		<link>http://horizonshadow.org/adventures-in-flash-number-2/</link>
		<comments>http://horizonshadow.org/adventures-in-flash-number-2/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 18:36:04 +0000</pubDate>
		<dc:creator>HorizonShadow</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://horizonshadow.org/?p=266</guid>
		<description><![CDATA[It&#8217;s been a bit since my first adventure, and I&#8217;ve made no progress. I&#8217;m still using Michael James William&#8217;s tutorial for my guide and it&#8217;s actually helping. At the moment, I&#8217;ve completely ditched the enemies for the time being and am just going to work on getting the player working. The sad thing is, this [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a bit since my first adventure, and I&#8217;ve made no progress. I&#8217;m still using <a href="http://gamedev.michaeljameswilliams.com/2008/09/17/avoider-game-tutorial-1/">Michael James William&#8217;s tutorial</a> for my guide and it&#8217;s actually helping.<br />
At the moment, I&#8217;ve completely ditched the enemies for the time being and am just going to work on getting the player working. The sad thing is, this is probably exceedingly easy for someone used to Flash and Actionscript 3, but I&#8217;m struggling quite a bit.</p>
<p>Anyway, my current progress is a simple blue guy that&#8217;s SUPPOSED to always aim at your mouse. Note the <em>supposed</em>, because it doesn&#8217;t work. Actually, it kind of works to an extent&#8230;for the first 45 degrees or so =/</p>
<p>So here it is:</p>
<p>(WASD to move, mouse to aim)</p>
<p><object style="width: 275px; height: 200px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="275" height="200" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://horizonshadow.org/wp-content/uploads/2010/08/Test2.swf" /><embed style="width: 275px; height: 200px;" type="application/x-shockwave-flash" width="275" height="200" src="http://horizonshadow.org/wp-content/uploads/2010/08/Test2.swf"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://horizonshadow.org/adventures-in-flash-number-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adventures with Flash: Number 1</title>
		<link>http://horizonshadow.org/adventures-with-flash-number-1/</link>
		<comments>http://horizonshadow.org/adventures-with-flash-number-1/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 18:26:08 +0000</pubDate>
		<dc:creator>HorizonShadow</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[adventures]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[survival]]></category>
		<category><![CDATA[zombie]]></category>

		<guid isPermaLink="false">http://horizonshadow.org/?p=259</guid>
		<description><![CDATA[So I bought flash CS5 to attempt to learn actionscript 3 and create some games. Sound great, except I don&#8217;t exactly know what to do. Upon some googling I stumbled upon Michael James William&#8217;s blog where he wrote a wonderful tutorial on how to make a basic avoider game. This has been my starting point [...]]]></description>
			<content:encoded><![CDATA[<p>So I bought flash CS5 to attempt to learn actionscript 3 and create some games. Sound great, except I don&#8217;t exactly know what to do.</p>
<p>Upon some googling I stumbled upon <a href="http://gamedev.michaeljameswilliams.com/">Michael James William&#8217;s</a> blog where he wrote a wonderful tutorial on how to make a <a href="http://gamedev.michaeljameswilliams.com/2008/09/17/avoider-game-tutorial-1/">basic avoider game</a>. This has been my starting point and I haven&#8217;t actually finished it, but I&#8217;m trying to make something on my own using his tutorial as a help manual.</p>
<p>So my game was supposed to be a Zombie Survival game! (original, I know) So I got started by making a zombie and a player, and then tried to make the zombie follow said player around the little whitespace. That sounds way easier than it apparently is.</p>
<p>The result isn&#8217;t quite what I want, but it&#8217;s getting there!</p>
<p><object style="width: 400px; height: 300px;" 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://horizonshadow.org/wp-content/uploads/2010/07/ZombieGame.swf" /><embed style="width: 400px; height: 300px;" type="application/x-shockwave-flash" width="400" height="300" src="http://horizonshadow.org/wp-content/uploads/2010/07/ZombieGame.swf"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://horizonshadow.org/adventures-with-flash-number-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get out of Quarry on MW2!</title>
		<link>http://horizonshadow.org/how-to-get-out-of-quarry-on-mw2/</link>
		<comments>http://horizonshadow.org/how-to-get-out-of-quarry-on-mw2/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 21:08:54 +0000</pubDate>
		<dc:creator>HorizonShadow</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://horizonshadow.org/?p=255</guid>
		<description><![CDATA[For anyone wondering how to get out of Quarry, here&#8217;s your answer:]]></description>
			<content:encoded><![CDATA[<p>For anyone wondering how to get out of Quarry, here&#8217;s your answer:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" 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/LsbAqVak9f4&amp;hl=en_US&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/LsbAqVak9f4&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://horizonshadow.org/how-to-get-out-of-quarry-on-mw2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In a feeble attempt to redeem myself, I &#8230;</title>
		<link>http://horizonshadow.org/in-a-feeble-attempt-to-redeem-myself-i/</link>
		<comments>http://horizonshadow.org/in-a-feeble-attempt-to-redeem-myself-i/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 18:56:09 +0000</pubDate>
		<dc:creator>HorizonShadow</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[prince of persia pop better alright signature sig]]></category>

		<guid isPermaLink="false">http://horizonshadow.org/in-a-feeble-attempt-to-redeem-myself-i/</guid>
		<description><![CDATA[In a feeble attempt to redeem myself, I remade that sig down thar vvv and made it less puke-like. See below:]]></description>
			<content:encoded><![CDATA[<p>In a feeble attempt to redeem myself, I remade that sig down thar vvv and made it less puke-like.<br />
See below:<br />
<a href="http://horizonshadow.org/wp-content/uploads/2010/07/popv2.png"><img src="http://horizonshadow.org/wp-content/uploads/2010/07/popv2.png" alt="" title="popv2" width="400" height="150" class="aligncenter size-full wp-image-252" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://horizonshadow.org/in-a-feeble-attempt-to-redeem-myself-i/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Image abortion incoming! Honestly, I got&#8230;</title>
		<link>http://horizonshadow.org/image-abortion-incoming-honestly-i-got/</link>
		<comments>http://horizonshadow.org/image-abortion-incoming-honestly-i-got/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 17:48:59 +0000</pubDate>
		<dc:creator>HorizonShadow</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[sig prince of persia fail dead ugly ew]]></category>

		<guid isPermaLink="false">http://horizonshadow.org/image-abortion-incoming-honestly-i-got/</guid>
		<description><![CDATA[Image abortion incoming! Honestly, I got 5 minutes into making this sig and thought &#8220;Oh snap, this is not going to work&#8221;, but I finished it anyway. So, here&#8217;s the result of an hour of killing a sig:]]></description>
			<content:encoded><![CDATA[<p>Image abortion incoming!<br />
Honestly, I got 5 minutes into making this sig and thought &#8220;Oh snap, this is not going to work&#8221;, but I finished it anyway.<br />
So, here&#8217;s the result of an hour of killing a sig:<br />
<a href="http://horizonshadow.org/wp-content/uploads/2010/07/princeofpersia23.png"><img src="http://horizonshadow.org/wp-content/uploads/2010/07/princeofpersia23.png" alt="" title="princeofpersia2" width="300" height="133" class="aligncenter size-full wp-image-250" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://horizonshadow.org/image-abortion-incoming-honestly-i-got/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ugh Canada day. Who doesn&#8217;t love really&#8230;</title>
		<link>http://horizonshadow.org/ugh-canada-day-who-doesnt-love-really/</link>
		<comments>http://horizonshadow.org/ugh-canada-day-who-doesnt-love-really/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 01:19:32 +0000</pubDate>
		<dc:creator>HorizonShadow</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[canada day annoying loud]]></category>

		<guid isPermaLink="false">http://horizonshadow.org/ugh-canada-day-who-doesnt-love-really/</guid>
		<description><![CDATA[Ugh Canada day. Who doesn&#8217;t love really loud noises and the walls shaky from the sounds of the fireworks -.- Can&#8217;t say I&#8217;m too fond of this holiday]]></description>
			<content:encoded><![CDATA[<p>Ugh Canada day.<br />
Who doesn&#8217;t love really loud noises and the walls shaky from the sounds of the fireworks -.-</p>
<p>Can&#8217;t say I&#8217;m too fond of this holiday</p>
]]></content:encoded>
			<wfw:commentRss>http://horizonshadow.org/ugh-canada-day-who-doesnt-love-really/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playstation 3&#8242;s 3.4 update is available&#8230;</title>
		<link>http://horizonshadow.org/playstation-3s-3-4-update-is-available/</link>
		<comments>http://horizonshadow.org/playstation-3s-3-4-update-is-available/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 02:48:07 +0000</pubDate>
		<dc:creator>HorizonShadow</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[playstation 3 update 3.4 new facebook video editor rating]]></category>

		<guid isPermaLink="false">http://horizonshadow.org/playstation-3s-3-4-update-is-available/</guid>
		<description><![CDATA[Playstation 3&#8242;s 3.4 update is available now. To see what&#8217;s in store for you with this update check out the official blog&#8217;s post: http://blog.us.playstation.com/2010/06/28/playstation-3-system-software-update-v3-40-available-soon-2/]]></description>
			<content:encoded><![CDATA[<p>Playstation 3&#8242;s 3.4 update is available now.<br />
To see what&#8217;s in store for you with this update check out the official blog&#8217;s post: http://blog.us.playstation.com/2010/06/28/playstation-3-system-software-update-v3-40-available-soon-2/</p>
]]></content:encoded>
			<wfw:commentRss>http://horizonshadow.org/playstation-3s-3-4-update-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MUSIC! check out the box to the right to&#8230;</title>
		<link>http://horizonshadow.org/music-check-out-the-box-to-the-right-to/</link>
		<comments>http://horizonshadow.org/music-check-out-the-box-to-the-right-to/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 00:30:17 +0000</pubDate>
		<dc:creator>HorizonShadow</dc:creator>
				<category><![CDATA[status]]></category>

		<guid isPermaLink="false">http://horizonshadow.org/music-check-out-the-box-to-the-right-to/</guid>
		<description><![CDATA[MUSIC! check out the bar on the bottom to play some songs. I need some suggestions for songs, so go crazy in the comments.]]></description>
			<content:encoded><![CDATA[<p>MUSIC!<br />
check out the bar on the bottom to play some songs.<br />
I need some suggestions for songs, so go crazy in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://horizonshadow.org/music-check-out-the-box-to-the-right-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carrying the team.</title>
		<link>http://horizonshadow.org/carrying-the-team/</link>
		<comments>http://horizonshadow.org/carrying-the-team/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 19:35:18 +0000</pubDate>
		<dc:creator>HorizonShadow</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[cod call of duty carry team win pwnd]]></category>

		<guid isPermaLink="false">http://horizonshadow.org/carrying-the-team/</guid>
		<description><![CDATA[I just thought this was funny. Look at the kills compared to PWND. It&#8217;s the deffinition of carrying the team =p]]></description>
			<content:encoded><![CDATA[<p>I just thought this was funny. Look at the kills compared to PWND.<br />
It&#8217;s the deffinition of carrying the team =p<br />
<a href="http://horizonshadow.org/wp-content/uploads/2010/06/DSC_0009.jpg"><img src="http://horizonshadow.org/wp-content/uploads/2010/06/DSC_0009-300x225.jpg" alt="" title="DSC_0009" width="300" height="225" class="aligncenter size-medium wp-image-237" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://horizonshadow.org/carrying-the-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If anyone has any questions about the Me&#8230;</title>
		<link>http://horizonshadow.org/if-anyone-has-any-questions-about-the-me/</link>
		<comments>http://horizonshadow.org/if-anyone-has-any-questions-about-the-me/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 23:26:05 +0000</pubDate>
		<dc:creator>HorizonShadow</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[MoH medal of honor beta questions answer]]></category>

		<guid isPermaLink="false">http://horizonshadow.org/if-anyone-has-any-questions-about-the-me/</guid>
		<description><![CDATA[If anyone has any questions about the Medal of Honor Beta, post a comment and I&#8217;ll answer them.]]></description>
			<content:encoded><![CDATA[<p>If anyone has any questions about the Medal of Honor Beta, post a comment and I&#8217;ll answer them.</p>
]]></content:encoded>
			<wfw:commentRss>http://horizonshadow.org/if-anyone-has-any-questions-about-the-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<img style='margin:0;padding:0;border:0;' width='1px' height='1px' src="http://horizonshadow.org/wp-content/plugins/mystat/mystat.php?act=time_load&id=6568&rnd=1822503779" /></channel>
</rss>
