<?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>TK Games LLC</title>
	<atom:link href="http://tk-games.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tk-games.com</link>
	<description></description>
	<lastBuildDate>Thu, 19 Jan 2012 14:24:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<div id='fb-root'></div>
					<script type='text/javascript'>
						window.fbAsyncInit = function()
						{
							FB.init({appId: null, status: true, cookie: true, xfbml: true});
						};
						(function()
						{
							var e = document.createElement('script'); e.async = true;
							e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
							document.getElementById('fb-root').appendChild(e);
						}());
					</script>	
						<item>
		<title>Jquery Countdown Script</title>
		<link>http://tk-games.com/2012/01/jquery-countdown-script/</link>
		<comments>http://tk-games.com/2012/01/jquery-countdown-script/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 14:24:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://tk-games.com/?p=36</guid>
		<description><![CDATA[So, I had the need the other day for one of those "if your page does not redirect in X seconds, click here" scripts where the X would count down. Here is a little piece of jquery i wrote to handle this.]]></description>
		<wfw:commentRss>http://tk-games.com/2012/01/jquery-countdown-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack-N-Slash Kit Annoucement</title>
		<link>http://tk-games.com/2011/06/hack-n-slash-kit-annoucement/</link>
		<comments>http://tk-games.com/2011/06/hack-n-slash-kit-annoucement/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 13:59:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hack N Slack Kit]]></category>
		<category><![CDATA[Isometric Starter Kit]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://tk-games.com/?p=34</guid>
		<description><![CDATA[Hey Guys,
I&#8217;ve been getting a lot of requests about when the 3D Isometric Starter Kit will be coming back around and upgraded for T3D. For those of you that do not know the story, that kit was developed in partnership with another company. So, unfortunately the ISK will not be coming back.
However! I am currently [...]]]></description>
		<wfw:commentRss>http://tk-games.com/2011/06/hack-n-slash-kit-annoucement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISK Update</title>
		<link>http://tk-games.com/2011/03/isk-update/</link>
		<comments>http://tk-games.com/2011/03/isk-update/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 00:35:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Isometric Starter Kit]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://tk-games.com/?p=32</guid>
		<description><![CDATA[Reason why Isometric Starter Kit is no longer for sale.]]></description>
		<wfw:commentRss>http://tk-games.com/2011/03/isk-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TGB Level Loader</title>
		<link>http://tk-games.com/2010/03/tgb-level-loader/</link>
		<comments>http://tk-games.com/2010/03/tgb-level-loader/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 00:38:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code Snippets]]></category>

		<guid isPermaLink="false">http://tk-games.com/?p=16</guid>
		<description><![CDATA[So working with a new board selection class for La Box and I came across a nice little piece of code for loading levels.]]></description>
		<wfw:commentRss>http://tk-games.com/2010/03/tgb-level-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Position Particle Effects</title>
		<link>http://tk-games.com/2010/03/dynamic-position-particle-effects/</link>
		<comments>http://tk-games.com/2010/03/dynamic-position-particle-effects/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 02:09:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code Snippets]]></category>

		<guid isPermaLink="false">http://tk-games.com/?p=11</guid>
		<description><![CDATA[So when I was working on some of the power ups for La Box I needed a way to display several particle effects on the screen at the same time. So what i did was create a function to do this for me.
function CreateGroundPountEffect(%pos)
{
%particle = new t2dParticleEffect();
%particle.addToScene($sceneGraph);
%particle.loadEffect(&#8221;~/data/particles/SmokePuff.eff&#8221;);
%particle.Position = %pos;
%particle.playEffect();
}
Use this function and pass in the [...]]]></description>
		<wfw:commentRss>http://tk-games.com/2010/03/dynamic-position-particle-effects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TGB Audio Setup</title>
		<link>http://tk-games.com/2010/03/tgb-audio-setup/</link>
		<comments>http://tk-games.com/2010/03/tgb-audio-setup/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 02:06:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code Snippets]]></category>

		<guid isPermaLink="false">http://tk-games.com/?p=9</guid>
		<description><![CDATA[Here is a sample audio setup class for torque game builder. Simply create a new script file. Add in the following.
new AudioDescription(AudioNonLooping)
{
volume = 1.0;
isLooping = false;
isStreaming = true;
};
new AudioDescription(AudioLooping)
{
volume = 1.0;
isLooping = true;
isStreaming = true;
};
new AudioProfile(AudioSpaceBass)
{
filename = &#8220;~/data/audio/SpaceBass.wav&#8221;;
description = &#8220;AudioLooping&#8221;;
preload = true;
};
Execute the script in game.cs. then use alxPlay(AudioSpaceBass); anywhere you want to play the [...]]]></description>
		<wfw:commentRss>http://tk-games.com/2010/03/tgb-audio-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FL Studio 9 Export</title>
		<link>http://tk-games.com/2010/03/fl-studio-9-export/</link>
		<comments>http://tk-games.com/2010/03/fl-studio-9-export/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 01:59:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://tk-games.com/?p=7</guid>
		<description><![CDATA[Hey All. So I was working on generating some background music for La Box and using FL Studio 9. Well with torque game builder I came across something interesting. If you try to export your .wav file on any settings other than the default FL Studio 9 export setting you get nothing but static. Might [...]]]></description>
		<wfw:commentRss>http://tk-games.com/2010/03/fl-studio-9-export/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>La Box Website</title>
		<link>http://tk-games.com/2009/11/la-box-website/</link>
		<comments>http://tk-games.com/2009/11/la-box-website/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 02:00:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[La Box]]></category>

		<guid isPermaLink="false">http://tk-games.com/?p=4</guid>
		<description><![CDATA[the website for la box is up and running! check out the website to find out more information on the 2D strategy puzzle game!
VIEW THE OFFICIAL WEBSITE
]]></description>
		<wfw:commentRss>http://tk-games.com/2009/11/la-box-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISK 2.0</title>
		<link>http://tk-games.com/2009/11/hello-world/</link>
		<comments>http://tk-games.com/2009/11/hello-world/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 01:38:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Isometric Starter Kit]]></category>

		<guid isPermaLink="false">http://tk-games.com/?p=1</guid>
		<description><![CDATA[That&#8217;s right! it&#8217;s in the works. As more details are settled upon we will let you know!
]]></description>
		<wfw:commentRss>http://tk-games.com/2009/11/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: tk-games.com @ 2012-05-20 11:52:58 -->
