<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments on: HitTest Paradise</title>
	<atom:link href="http://eagleproductions.wordpress.com/2008/03/08/hittest-paradise/feed/" rel="self" type="application/rss+xml" />
	<link>http://eagleproductions.wordpress.com/2008/03/08/hittest-paradise/</link>
	<description>Visit eaglevision.890m.com/blog to find the moved blog. :)</description>
	<lastBuildDate>Wed, 11 Jun 2008 22:25:40 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Willie</title>
		<link>http://eagleproductions.wordpress.com/2008/03/08/hittest-paradise/#comment-742</link>
		<dc:creator>Willie</dc:creator>
		<pubDate>Wed, 11 Jun 2008 22:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://eagleproductions.wordpress.com/?p=51#comment-742</guid>
		<description>The blog has moved to eaglevision.890m.com/blog

See the header image.</description>
		<content:encoded><![CDATA[<p>The blog has moved to eaglevision.890m.com/blog</p>
<p>See the header image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://eagleproductions.wordpress.com/2008/03/08/hittest-paradise/#comment-741</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 11 Jun 2008 06:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://eagleproductions.wordpress.com/?p=51#comment-741</guid>
		<description>How would you create a script where an object would go down the screen and when it was in a certain spot you had to press a button. Kinda like DDR or Guitar hero or Super crazy Guitar maniac deluxe. I would like to make a game kinda like that but cant find any scripts or tutorials for scripts like it. 

hope you can help</description>
		<content:encoded><![CDATA[<p>How would you create a script where an object would go down the screen and when it was in a certain spot you had to press a button. Kinda like DDR or Guitar hero or Super crazy Guitar maniac deluxe. I would like to make a game kinda like that but cant find any scripts or tutorials for scripts like it. </p>
<p>hope you can help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eaglevisionproductions</title>
		<link>http://eagleproductions.wordpress.com/2008/03/08/hittest-paradise/#comment-736</link>
		<dc:creator>eaglevisionproductions</dc:creator>
		<pubDate>Mon, 09 Jun 2008 16:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://eagleproductions.wordpress.com/?p=51#comment-736</guid>
		<description>Yes please, thanks :D</description>
		<content:encoded><![CDATA[<p>Yes please, thanks <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://eagleproductions.wordpress.com/2008/03/08/hittest-paradise/#comment-735</link>
		<dc:creator>john</dc:creator>
		<pubDate>Mon, 09 Jun 2008 16:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://eagleproductions.wordpress.com/?p=51#comment-735</guid>
		<description>want me to re-post there?</description>
		<content:encoded><![CDATA[<p>want me to re-post there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eaglevisionproductions</title>
		<link>http://eagleproductions.wordpress.com/2008/03/08/hittest-paradise/#comment-734</link>
		<dc:creator>eaglevisionproductions</dc:creator>
		<pubDate>Mon, 09 Jun 2008 15:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://eagleproductions.wordpress.com/?p=51#comment-734</guid>
		<description>Please go to eaglevision.890m.com/blog
the blog has been moved.
Thanks :)</description>
		<content:encoded><![CDATA[<p>Please go to eaglevision.890m.com/blog<br />
the blog has been moved.<br />
Thanks <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://eagleproductions.wordpress.com/2008/03/08/hittest-paradise/#comment-733</link>
		<dc:creator>john</dc:creator>
		<pubDate>Mon, 09 Jun 2008 15:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://eagleproductions.wordpress.com/?p=51#comment-733</guid>
		<description>ok, here is the deal.  I&#039;m kinda new to flash and i&#039;m trying to put together a game where i have a cannon shoot asteroids.  I have a movie clip named &quot;asteroid&quot; and i want it to play when i have another movieclip named cannonball hit into it.   Inside the main timeline I have asteroid and i put this code into it

onClipEvent (enterFrame) {
 if (_root.cannonball.hitTest(_x+(_width/2), _y, true)) {
  asteroid.gotoAndPlay(2);
 }
 if (_root.cannonball.hitTest(_x-(_width/2), _y, true)) {
  asteroid.gotoAndPlay(2);
 }
 if (_root.cannonball.hitTest(_x, _y+(_height/2), true)) {
  asteroid.gotoAndPlay(2);
 }
 if (_root.cannonball.hitTest(_x, _y-(_height/2), true)) {
  asteroid.gotoAndPlay(2);
 }
}
 
What am i doing wrong that the asteroid is not playing its movieclip when the cannonball hits into it
remeber I&#039;m a noob when it comes to this stuff</description>
		<content:encoded><![CDATA[<p>ok, here is the deal.  I&#8217;m kinda new to flash and i&#8217;m trying to put together a game where i have a cannon shoot asteroids.  I have a movie clip named &#8220;asteroid&#8221; and i want it to play when i have another movieclip named cannonball hit into it.   Inside the main timeline I have asteroid and i put this code into it</p>
<p>onClipEvent (enterFrame) {<br />
 if (_root.cannonball.hitTest(_x+(_width/2), _y, true)) {<br />
  asteroid.gotoAndPlay(2);<br />
 }<br />
 if (_root.cannonball.hitTest(_x-(_width/2), _y, true)) {<br />
  asteroid.gotoAndPlay(2);<br />
 }<br />
 if (_root.cannonball.hitTest(_x, _y+(_height/2), true)) {<br />
  asteroid.gotoAndPlay(2);<br />
 }<br />
 if (_root.cannonball.hitTest(_x, _y-(_height/2), true)) {<br />
  asteroid.gotoAndPlay(2);<br />
 }<br />
}</p>
<p>What am i doing wrong that the asteroid is not playing its movieclip when the cannonball hits into it<br />
remeber I&#8217;m a noob when it comes to this stuff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eaglevisionproductions</title>
		<link>http://eagleproductions.wordpress.com/2008/03/08/hittest-paradise/#comment-726</link>
		<dc:creator>eaglevisionproductions</dc:creator>
		<pubDate>Thu, 05 Jun 2008 13:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://eagleproductions.wordpress.com/?p=51#comment-726</guid>
		<description>np! :D
Glad to help! :P lol</description>
		<content:encoded><![CDATA[<p>np! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Glad to help! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://eagleproductions.wordpress.com/2008/03/08/hittest-paradise/#comment-725</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 05 Jun 2008 05:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://eagleproductions.wordpress.com/?p=51#comment-725</guid>
		<description>Hey thanks for this that was exactly what i was lookig for.</description>
		<content:encoded><![CDATA[<p>Hey thanks for this that was exactly what i was lookig for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eaglevisionproductions</title>
		<link>http://eagleproductions.wordpress.com/2008/03/08/hittest-paradise/#comment-659</link>
		<dc:creator>eaglevisionproductions</dc:creator>
		<pubDate>Sat, 24 May 2008 15:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://eagleproductions.wordpress.com/?p=51#comment-659</guid>
		<description>@Spammaster

Lol! :P
Thanks, that might work, too, but I don&#039;t think jordan is coming back. :(

oh well.</description>
		<content:encoded><![CDATA[<p>@Spammaster</p>
<p>Lol! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
Thanks, that might work, too, but I don&#8217;t think jordan is coming back. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>oh well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spammaster</title>
		<link>http://eagleproductions.wordpress.com/2008/03/08/hittest-paradise/#comment-656</link>
		<dc:creator>Spammaster</dc:creator>
		<pubDate>Sat, 24 May 2008 09:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://eagleproductions.wordpress.com/?p=51#comment-656</guid>
		<description>Oh and BTW, Jordan, TY, too.
Do you use Flash MX?
Because the code didn&#039;t work on my Flash 8. But I made it work for it, here&#039;s what I got:

onClipEvent (enterFrame) {
	if (this.hitTest(_root.goo)) {
		_root.character.gotoAndStop(2);
	}
}</description>
		<content:encoded><![CDATA[<p>Oh and BTW, Jordan, TY, too.<br />
Do you use Flash MX?<br />
Because the code didn&#8217;t work on my Flash 8. But I made it work for it, here&#8217;s what I got:</p>
<p>onClipEvent (enterFrame) {<br />
	if (this.hitTest(_root.goo)) {<br />
		_root.character.gotoAndStop(2);<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
