<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>terrypaton.com</title>
	<link>http://www.terrypaton.com</link>
	<description>Games, paintings and more</description>
	<lastBuildDate>Thu, 20 Nov 2008 21:21:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Calculate X and Y velocity</title>
		<description>Calculate the x and y velocities based on an angle and speed


<object	type="application/x-shockwave-flash"
			data="http://www.terrypaton.com/wp-content/uploads/calculateAngle.swf"
			width="320"
			height="240">
	<param name="movie" value="http://www.terrypaton.com/wp-content/uploads/calculateAngle.swf" />
	<param name="wmode" value="opaque" />
</object>

Download zip

onMouseDown = function () {
	angle = Math.floor(Math.random()*-90);
	//angle=30
	speed = 200
	//speed = Math.floor(Math.random()*30)+30;
	radians = angle/180*Math.PI;
	xspeed = Math.cos(radians)*speed;
	yspeed = Math.sin(radians)*speed;
	// draw lines to represent distances
	rotline.innerline._width = speed;
	rotline._rotation = angle;
	p1x = rotline._x;
	p1y = rotline._y;
	p2x = rotline._x;
	p2y = ...</description>
		<link>http://www.terrypaton.com/calculate-x-and-y-velocity/</link>
			</item>
	<item>
		<title>AS2 Fireworks</title>
		<description>Simple fireworks class based script.


<object	type="application/x-shockwave-flash"
			data="http://www.terrypaton.com/wp-content/uploads/fireWorks.swf"
			width="320"
			height="240">
	<param name="movie" value="http://www.terrypaton.com/wp-content/uploads/fireWorks.swf" />
	<param name="wmode" value="opaque" />
</object>

Download zip

 </description>
		<link>http://www.terrypaton.com/as2-fireworks/</link>
			</item>
	<item>
		<title>Buddha Hat 9</title>
		<description> </description>
		<link>http://www.terrypaton.com/buddha-hat-9/</link>
			</item>
	<item>
		<title>Buddha Hat 7</title>
		<description> </description>
		<link>http://www.terrypaton.com/buddha-hat-7/</link>
			</item>
	<item>
		<title>Lego Aeroplane</title>
		<description>Ha ha! Another lego model! This is made from following instructions on a pack, but it still looks sweet. I'm hoping to do some original lego models in the near future though ...



 </description>
		<link>http://www.terrypaton.com/lego-aeroplane/</link>
			</item>
	<item>
		<title>Buddha Hat 5</title>
		<description> </description>
		<link>http://www.terrypaton.com/buddha-hat-5/</link>
			</item>
	<item>
		<title>AS2 Bouncing Ball</title>
		<description>A simple ball that bounces off the edges.


<object	type="application/x-shockwave-flash"
			data="http://www.terrypaton.com/wp-content/uploads/ball.swf"
			width="320"
			height="240">
	<param name="movie" value="http://www.terrypaton.com/wp-content/uploads/ball.swf" />
	<param name="wmode" value="opaque" />
</object>

Download zip

 </description>
		<link>http://www.terrypaton.com/as2-bouncing-ball/</link>
			</item>
	<item>
		<title>Game preview - Christmas Cannon</title>
		<description>Here's a screenshot of my next game I'm making, it's Christmas themed and uses the 3d feature of flash player 10, I should have it ready within a few weeks!




 </description>
		<link>http://www.terrypaton.com/game-preview-christmas-cannon/</link>
			</item>
	<item>
		<title>AS2 Bobblehead</title>
		<description>A simple bobblehead, just auto-bobbles, but can easily be triggered with the mouse.


<object	type="application/x-shockwave-flash"
			data="http://www.terrypaton.com/wp-content/uploads/bobbleHead.swf"
			width="320"
			height="240">
	<param name="movie" value="http://www.terrypaton.com/wp-content/uploads/bobbleHead.swf" />
	<param name="wmode" value="opaque" />
</object>

Download zip

 </description>
		<link>http://www.terrypaton.com/as2-bobblehead/</link>
			</item>
	<item>
		<title>AS2 Shake</title>
		<description>Shake a bunch of objects with a class. 


<object	type="application/x-shockwave-flash"
			data="http://www.terrypaton.com/wp-content/uploads/shake.swf"
			width="320"
			height="240">
	<param name="movie" value="http://www.terrypaton.com/wp-content/uploads/shake.swf" />
	<param name="wmode" value="opaque" />
</object>

Download zip

 </description>
		<link>http://www.terrypaton.com/as2-shake/</link>
			</item>
</channel>
</rss>
