<?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/"
		>
<channel>
	<title>Comments on: Create a flash game like Security &#8211; part 1</title>
	<atom:link href="http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:12:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Hi</title>
		<link>http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-1001192</link>
		<dc:creator>Hi</dc:creator>
		<pubDate>Mon, 21 Nov 2011 14:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-1001192</guid>
		<description>When i put the code in the character it still walks like under the walls but i dont know  what i did wrong plz help</description>
		<content:encoded><![CDATA[<p>When i put the code in the character it still walks like under the walls but i dont know  what i did wrong plz help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mybookmart</title>
		<link>http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-956354</link>
		<dc:creator>mybookmart</dc:creator>
		<pubDate>Tue, 04 Oct 2011 08:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-956354</guid>
		<description>wow great job i like this site so much!!</description>
		<content:encoded><![CDATA[<p>wow great job i like this site so much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ANNOYED</title>
		<link>http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-913723</link>
		<dc:creator>ANNOYED</dc:creator>
		<pubDate>Fri, 26 Aug 2011 01:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-913723</guid>
		<description>THIS IS BLOODY STUPID! I CAN MAKE THE GODDAMN BALL MOVE- BUT WHEN I COPY THE ACTIONSCRIPT IN IT STILLS GOES THROUGH THE BLOODY WALL I&#039;VE BEEN TRYING FOR SOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO LONG NOW WHY ISN&#039;T IT WORKING!? THEN I COPY THE COPS ACTIONSCRIPT IN AND IT JUST FOLLOWS ABOUT MY BALL WTH?? ARGH PLEASE HELP ME.</description>
		<content:encoded><![CDATA[<p>THIS IS BLOODY STUPID! I CAN MAKE THE GODDAMN BALL MOVE- BUT WHEN I COPY THE ACTIONSCRIPT IN IT STILLS GOES THROUGH THE BLOODY WALL I&#8217;VE BEEN TRYING FOR SOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO LONG NOW WHY ISN&#8217;T IT WORKING!? THEN I COPY THE COPS ACTIONSCRIPT IN AND IT JUST FOLLOWS ABOUT MY BALL WTH?? ARGH PLEASE HELP ME.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The New Guy</title>
		<link>http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-897702</link>
		<dc:creator>The New Guy</dc:creator>
		<pubDate>Sat, 06 Aug 2011 16:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-897702</guid>
		<description>For running instead of having a toggle as suggested earlier you could use and else statement so if shift is pressed you run if it isn&#039;t you walk here is the code i used

onClipEvent (load) {
	speed = 3;
}

onClipEvent (enterFrame) {
	if(Key.isDown(Key.LEFT)) {
		_x -= speed;
	}
	if(Key.isDown(Key.RIGHT)) {
		_x += speed;
	}
	if(Key.isDown(Key.UP)) {
		_y -= speed;
	}
	if(Key.isDown(Key.DOWN)) {
		_y += speed;
	}
	if(Key.isDown(Key.SHIFT)) {
		speed = 5
	} else {
		speed = 2
	}
}</description>
		<content:encoded><![CDATA[<p>For running instead of having a toggle as suggested earlier you could use and else statement so if shift is pressed you run if it isn&#8217;t you walk here is the code i used</p>
<p>onClipEvent (load) {<br />
	speed = 3;<br />
}</p>
<p>onClipEvent (enterFrame) {<br />
	if(Key.isDown(Key.LEFT)) {<br />
		_x -= speed;<br />
	}<br />
	if(Key.isDown(Key.RIGHT)) {<br />
		_x += speed;<br />
	}<br />
	if(Key.isDown(Key.UP)) {<br />
		_y -= speed;<br />
	}<br />
	if(Key.isDown(Key.DOWN)) {<br />
		_y += speed;<br />
	}<br />
	if(Key.isDown(Key.SHIFT)) {<br />
		speed = 5<br />
	} else {<br />
		speed = 2<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seto Wolf</title>
		<link>http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-848760</link>
		<dc:creator>Seto Wolf</dc:creator>
		<pubDate>Wed, 08 Jun 2011 17:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-848760</guid>
		<description>I put in the code, did the instance names, change the errors and now it&#039;s coming up and saying &quot;Constructor functions must be instance methods.&quot; I have no clue what it means, plz help!!</description>
		<content:encoded><![CDATA[<p>I put in the code, did the instance names, change the errors and now it&#8217;s coming up and saying &#8220;Constructor functions must be instance methods.&#8221; I have no clue what it means, plz help!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris F</title>
		<link>http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-821363</link>
		<dc:creator>Chris F</dc:creator>
		<pubDate>Wed, 27 Apr 2011 18:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-821363</guid>
		<description>First,

Let me tell you your tutorial sucks. You do not explain how you did the walls, you just re-direct us to another tutorial where you partly show in a group of small images how to  make a level for another game, which does not work here using flash 8.

Please, re-do or do not make any more tutorials, this really wasnt helpfull at ALL.</description>
		<content:encoded><![CDATA[<p>First,</p>
<p>Let me tell you your tutorial sucks. You do not explain how you did the walls, you just re-direct us to another tutorial where you partly show in a group of small images how to  make a level for another game, which does not work here using flash 8.</p>
<p>Please, re-do or do not make any more tutorials, this really wasnt helpfull at ALL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Jenkins</title>
		<link>http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-753945</link>
		<dc:creator>Patrick Jenkins</dc:creator>
		<pubDate>Sun, 13 Feb 2011 17:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-753945</guid>
		<description>hey Mr.emanueleferonato ive a little problem now i followed your every instruction and when i test movie and move my character against the wall i disappear for no reason so if you can give me your email i can show you screenshots of my test movie okay thank you for reading this and good day</description>
		<content:encoded><![CDATA[<p>hey Mr.emanueleferonato ive a little problem now i followed your every instruction and when i test movie and move my character against the wall i disappear for no reason so if you can give me your email i can show you screenshots of my test movie okay thank you for reading this and good day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derrek Buerger</title>
		<link>http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-506850</link>
		<dc:creator>Derrek Buerger</dc:creator>
		<pubDate>Thu, 08 Oct 2009 02:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-506850</guid>
		<description>Apperantly, when i use the very good wall code with the &quot;while&quot; loops, and i submit the game to a site with that code, apperantly, that&#039;s a bad code. got anything else?</description>
		<content:encoded><![CDATA[<p>Apperantly, when i use the very good wall code with the &#8220;while&#8221; loops, and i submit the game to a site with that code, apperantly, that&#8217;s a bad code. got anything else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan</title>
		<link>http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-485548</link>
		<dc:creator>Dylan</dc:creator>
		<pubDate>Fri, 14 Aug 2009 22:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-485548</guid>
		<description>ANYONE PLEASE HELP ME!!!

You know in some flash games after intros or after levels it says, &quot;Press Space to Continue&quot; and when you press space, you go to the next part of the game? 

How do you do it? What&#039;s the actionscript you have to type in?

Thanks.</description>
		<content:encoded><![CDATA[<p>ANYONE PLEASE HELP ME!!!</p>
<p>You know in some flash games after intros or after levels it says, &#8220;Press Space to Continue&#8221; and when you press space, you go to the next part of the game? </p>
<p>How do you do it? What&#8217;s the actionscript you have to type in?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan</title>
		<link>http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-485377</link>
		<dc:creator>Dylan</dc:creator>
		<pubDate>Fri, 14 Aug 2009 15:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/04/20/create-a-flash-game-like-security-part-1/#comment-485377</guid>
		<description>Emanuel, please help me! 

Is it possible to make the cpu (the cop) move? I&#039;ve read your part 2 but the actionscript for the moving cop includes the line of sight and other stuff. Could you please send me a typed out actionscript that would make the cop move around (patrol) and send you to another screen (that says &quot;you lose&quot; or something like that)if you touch the cop or his vision?

Thanks</description>
		<content:encoded><![CDATA[<p>Emanuel, please help me! </p>
<p>Is it possible to make the cpu (the cop) move? I&#8217;ve read your part 2 but the actionscript for the moving cop includes the line of sight and other stuff. Could you please send me a typed out actionscript that would make the cop move around (patrol) and send you to another screen (that says &#8220;you lose&#8221; or something like that)if you touch the cop or his vision?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/11 queries in 0.038 seconds using disk: basic

Served from: www.emanueleferonato.com @ 2012-02-11 06:22:16 -->
