<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tutorials &#38; Junk</title>
	<atom:link href="https://kringdemon.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://kringdemon.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 10 Aug 2008 00:25:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kringdemon.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title>Tutorials &#038; Junk</title>
		<link>https://kringdemon.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://kringdemon.wordpress.com/osd.xml" title="Tutorials &#38; Junk" />
	<atom:link rel='hub' href='https://kringdemon.wordpress.com/?pushpress=hub'/>
	<item>
		<title>Bux.to, MONEY MAKING MACHINE!</title>
		<link>https://kringdemon.wordpress.com/2008/08/10/buxto-money-making-machine/</link>
					<comments>https://kringdemon.wordpress.com/2008/08/10/buxto-money-making-machine/#respond</comments>
		
		<dc:creator><![CDATA[kringdemon]]></dc:creator>
		<pubDate>Sun, 10 Aug 2008 00:25:55 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://kringdemon.wordpress.com/?p=8</guid>

					<description><![CDATA[Sorry it&#8217;s been awhile, I&#8217;ve been really busy, no matter though because this is going to blow you away! Bux.to gives away free money, just for watching an ad for thirty seconds, IT&#8217;S THAT SIMPLE! Watch this: Here&#8217;s the link: http://bux.to/?r=KringDemon]]></description>
										<content:encoded><![CDATA[<p>Sorry it&#8217;s been awhile, I&#8217;ve been really busy, no matter though because this is going to blow you away! Bux.to gives away free money, just for watching an ad for thirty seconds, IT&#8217;S THAT SIMPLE! Watch this:</p>
<iframe class="youtube-player" width="640" height="360" src="https://www.youtube.com/embed/engywy8tx6E?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe>
<p>Here&#8217;s the link: <a href="http://bux.to/?r=KringDemon">http://bux.to/?r=KringDemon</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://kringdemon.wordpress.com/2008/08/10/buxto-money-making-machine/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/9106668e465e05902060f1f389a8bbc9b9c665b3342a91e1a6e3c7a546494b7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kringdemon</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Tutorial: Arrow Key Movement</title>
		<link>https://kringdemon.wordpress.com/2008/06/22/flash-tutorial-arrow-key-movement/</link>
					<comments>https://kringdemon.wordpress.com/2008/06/22/flash-tutorial-arrow-key-movement/#comments</comments>
		
		<dc:creator><![CDATA[kringdemon]]></dc:creator>
		<pubDate>Sun, 22 Jun 2008 04:36:42 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Arrow]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Key]]></category>
		<category><![CDATA[Movement]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">http://kringdemon.wordpress.com/?p=6</guid>

					<description><![CDATA[1. Create a circle on the stage. 2. Select it and Convert it to a Movie Clip. 3. Open up it&#8217;s Actions and type in the following: onClipEvent(load){ //Load this data speed=5 } onClipEvent(enterFrame){ if(Key.isDown(Key.LEFT)){//If the Left key is down this._x-=speed //This object move whatever speed equals to the left } if(Key.isDown(Key.RIGHT)){ //This object move [&#8230;]]]></description>
										<content:encoded><![CDATA[<iframe class="youtube-player" width="640" height="360" src="https://www.youtube.com/embed/4wtcmB5xNj8?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe>
<p>1. Create a circle on the stage.</p>
<p>2. Select it and Convert it to a Movie Clip.</p>
<p>3. Open up it&#8217;s Actions and type in the following:</p>
<p>onClipEvent(load){ //Load this data<br />
speed=5<br />
}<br />
onClipEvent(enterFrame){<br />
if(Key.isDown(Key.LEFT)){//If the Left key is down<br />
this._x-=speed //This object move whatever speed equals to the left<br />
}<br />
if(Key.isDown(Key.RIGHT)){ //This object move whatever speed equals to the right<br />
this._x+=speed<br />
}<br />
if(Key.isDown(Key.UP)){ //This object move whatever speed equals up<br />
this._y-=speed<br />
}<br />
if(Key.isDown(Key.DOWN)){ //This object move whatever speed equals down<br />
this._y+=speed<br />
}<br />
}</p>
<p>Explanation: onClipEvent(load){ speed=5</p>
<p>This basically means &#8220;On the frame that this code is on, load this data.&#8221;</p>
<p>Explanation: onClipEvent(enterFrame){</p>
<p>This means &#8220;On every frame this code is on, the following shall take place.&#8221;</p>
<p>Explanation: this._##=speed</p>
<p>This means &#8220;This will move either Horizontally (X) or Vertically (Y) at the same rate as speed.&#8221;</p>
<p>Well there you have it!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kringdemon.wordpress.com/2008/06/22/flash-tutorial-arrow-key-movement/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/9106668e465e05902060f1f389a8bbc9b9c665b3342a91e1a6e3c7a546494b7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kringdemon</media:title>
		</media:content>
	</item>
		<item>
		<title>Dragon Fable EXP Hack</title>
		<link>https://kringdemon.wordpress.com/2008/06/22/dragon-fable-exp-hack/</link>
					<comments>https://kringdemon.wordpress.com/2008/06/22/dragon-fable-exp-hack/#comments</comments>
		
		<dc:creator><![CDATA[kringdemon]]></dc:creator>
		<pubDate>Sun, 22 Jun 2008 04:18:39 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Dragon]]></category>
		<category><![CDATA[EXP]]></category>
		<category><![CDATA[Fable]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Hacking]]></category>
		<guid isPermaLink="false">http://kringdemon.wordpress.com/?p=5</guid>

					<description><![CDATA[I guess it&#8217;s pretty self explanatory, sorry if it&#8217;s hard to read, this was my first time using a HyperCam.]]></description>
										<content:encoded><![CDATA[<p><iframe class="youtube-player" width="640" height="360" src="https://www.youtube.com/embed/Fw-2VoEejfo?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe>I guess it&#8217;s pretty self explanatory, sorry if it&#8217;s hard to read, this was my first time using a HyperCam.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kringdemon.wordpress.com/2008/06/22/dragon-fable-exp-hack/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/9106668e465e05902060f1f389a8bbc9b9c665b3342a91e1a6e3c7a546494b7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kringdemon</media:title>
		</media:content>
	</item>
		<item>
		<title>Introducing&#8230;&#8230;</title>
		<link>https://kringdemon.wordpress.com/2008/06/22/introducing/</link>
					<comments>https://kringdemon.wordpress.com/2008/06/22/introducing/#respond</comments>
		
		<dc:creator><![CDATA[kringdemon]]></dc:creator>
		<pubDate>Sun, 22 Jun 2008 03:03:16 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://kringdemon.wordpress.com/?p=3</guid>

					<description><![CDATA[Greetings, you looking for tutorials? You&#8217;ve come  to the wrong place&#8230;. I mean right place, sorry about that. I&#8217;ll update this blog hopefully daily with new tutorials on numerous things. Check back soon. -Ben]]></description>
										<content:encoded><![CDATA[<p>Greetings, you looking for tutorials? You&#8217;ve come  to the wrong place&#8230;. I mean right place, sorry about that. I&#8217;ll update this blog hopefully daily with new tutorials on numerous things. Check back soon.</p>
<p>-Ben</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kringdemon.wordpress.com/2008/06/22/introducing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://0.gravatar.com/avatar/9106668e465e05902060f1f389a8bbc9b9c665b3342a91e1a6e3c7a546494b7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kringdemon</media:title>
		</media:content>
	</item>
	</channel>
</rss>
