<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Simple Shooting System</title>
	<link>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/</link>
	<description></description>
	<pubDate>Tue, 02 Dec 2008 13:03:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: kerne</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-20098</link>
		<dc:creator>kerne</dc:creator>
		<pubDate>Wed, 09 Jul 2008 19:24:25 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-20098</guid>
		<description>hello i have had this come up when playing the video please help

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 7: Syntax error.
             load–;

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 8: 'else' encountered without matching 'if'
     	}else{

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 14: Unexpected '}' encountered
     }

Total ActionScript Errors: 3 	 Reported Errors: 3</description>
		<content:encoded><![CDATA[<p>hello i have had this come up when playing the video please help</p>
<p>**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 7: Syntax error.<br />
             load–;</p>
<p>**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 8: &#8216;else&#8217; encountered without matching &#8216;if&#8217;<br />
     	}else{</p>
<p>**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 14: Unexpected &#8216;}&#8217; encountered<br />
     }</p>
<p>Total ActionScript Errors: 3 	 Reported Errors: 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HBF</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-15634</link>
		<dc:creator>HBF</dc:creator>
		<pubDate>Sun, 13 Apr 2008 14:43:33 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-15634</guid>
		<description>Hey, I used this code and when I press space, it comes, but when I press it again, it disappears and comes out of the pistol again.

onClipEvent(enterFrame){
	if(Key.isDown(65)){
		duplicateMovieClip(_root.man.bullet,"bullet" i,i);
	}
}
And on the bullet:
onClipEvent(enterFrame){
    if(this._name != "bullet"){
        this._y -= 20;
    }
}</description>
		<content:encoded><![CDATA[<p>Hey, I used this code and when I press space, it comes, but when I press it again, it disappears and comes out of the pistol again.</p>
<p>onClipEvent(enterFrame){<br />
	if(Key.isDown(65)){<br />
		duplicateMovieClip(_root.man.bullet,&#8221;bullet&#8221; i,i);<br />
	}<br />
}<br />
And on the bullet:<br />
onClipEvent(enterFrame){<br />
    if(this._name != &#8220;bullet&#8221;){<br />
        this._y -= 20;<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loboband09</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-11334</link>
		<dc:creator>loboband09</dc:creator>
		<pubDate>Fri, 25 Jan 2008 20:29:30 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-11334</guid>
		<description>how can i make it so that when i make my "man" move the bullets stay on the same path rather than moving with the "man"?</description>
		<content:encoded><![CDATA[<p>how can i make it so that when i make my &#8220;man&#8221; move the bullets stay on the same path rather than moving with the &#8220;man&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Da Bom</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-7365</link>
		<dc:creator>Da Bom</dc:creator>
		<pubDate>Fri, 28 Sep 2007 20:04:49 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-7365</guid>
		<description>The script is on right, but I don't know where you want your movie clips to go.  I explained where they were in my first comment.</description>
		<content:encoded><![CDATA[<p>The script is on right, but I don&#8217;t know where you want your movie clips to go.  I explained where they were in my first comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awesty</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-7294</link>
		<dc:creator>awesty</dc:creator>
		<pubDate>Wed, 26 Sep 2007 02:03:16 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-7294</guid>
		<description>Then make sure you put the script on properly.</description>
		<content:encoded><![CDATA[<p>Then make sure you put the script on properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Da Bom</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-7290</link>
		<dc:creator>Da Bom</dc:creator>
		<pubDate>Tue, 25 Sep 2007 19:48:44 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-7290</guid>
		<description>for right now I'm using flash mx professional 2004, but soon my friend will give me the disk for adobe flash cs3 professional.  i couldn't understand where you wanted the movie clips positioned in the tutorial. but there may be something else wrong.</description>
		<content:encoded><![CDATA[<p>for right now I&#8217;m using flash mx professional 2004, but soon my friend will give me the disk for adobe flash cs3 professional.  i couldn&#8217;t understand where you wanted the movie clips positioned in the tutorial. but there may be something else wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awesty</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-7283</link>
		<dc:creator>awesty</dc:creator>
		<pubDate>Tue, 25 Sep 2007 00:47:30 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-7283</guid>
		<description>Which version of flash are you using?</description>
		<content:encoded><![CDATA[<p>Which version of flash are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Da Bom</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-7281</link>
		<dc:creator>Da Bom</dc:creator>
		<pubDate>Mon, 24 Sep 2007 19:59:21 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-7281</guid>
		<description>All it does when I test the movie is move the circle and space won't do anything.  I know some things about Flash and ActionScript is kinda my weakness.</description>
		<content:encoded><![CDATA[<p>All it does when I test the movie is move the circle and space won&#8217;t do anything.  I know some things about Flash and ActionScript is kinda my weakness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awesty</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-7272</link>
		<dc:creator>awesty</dc:creator>
		<pubDate>Mon, 24 Sep 2007 07:28:39 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-7272</guid>
		<description>Is there a problem with it or not?</description>
		<content:encoded><![CDATA[<p>Is there a problem with it or not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Da Bom</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-7260</link>
		<dc:creator>Da Bom</dc:creator>
		<pubDate>Sun, 23 Sep 2007 00:46:27 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/simple-shooting-system/#comment-7260</guid>
		<description>Okay now.  I have copied all the script and pasted it where I thought it was supposed to go. I have a triangle and a circle.  The circle has an instance of ship and inside the ship the circle is instanced bullet and all the script is in the ship MC and the bullet MC inside ship.</description>
		<content:encoded><![CDATA[<p>Okay now.  I have copied all the script and pasted it where I thought it was supposed to go. I have a triangle and a circle.  The circle has an instance of ship and inside the ship the circle is instanced bullet and all the script is in the ship MC and the bullet MC inside ship.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
