<?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>FlexMan &#187; Game</title>
	<atom:link href="http://flexman.info/tag/game/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexman.info</link>
	<description>Everything is Flex</description>
	<lastBuildDate>Sun, 30 Oct 2011 12:46:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Classical Tutorial: Keyboard Control and Flash Game Design</title>
		<link>http://flexman.info/2008/12/26/classical-tutorial-keyboard-control-and-flash-game-design/</link>
		<comments>http://flexman.info/2008/12/26/classical-tutorial-keyboard-control-and-flash-game-design/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 08:17:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[keyboard]]></category>

		<guid isPermaLink="false">http://flexman.info/2008/12/26/classical-tutorial-keyboard-control-and-flash-game-design/</guid>
		<description><![CDATA[Remeber when I was a student, I always play some interesting flash game on an old PC. Even a small game is ever-changing, spent me much time to play it. Of course it was many years ago. In fact most of small game is built by some image and added necessay logic code.&#160; Of course [...]]]></description>
			<content:encoded><![CDATA[<p>Remeber when I was a student, I always play some interesting flash game on an old PC. Even a small game is ever-changing, spent me much time to play it. Of course it was many years ago. In fact most of small game is built by some image and added necessay logic code.&nbsp; Of course we can&#8217;t miss another important part the keyboard control. Following is a tutorial about basic principle of flash game and how to control by keyboard. It is very simple and easily to be understand. It is the first article of the whole tutorials with code and Demo. If you are interested in it please visit following site.</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-217"></span>
<p><a href="http://www.clickpopmedia.com/2008/06/25/easy-keyboard-controls-and-game-design/">Easy Keyboard Controls and Game Design</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2008/12/06/example-show-how-to-create-basic-function-of-game-by-adobe-flash/" title="Example Show How to Create Basic Function of Game by Adobe Flash">Example Show How to Create Basic Function of Game by Adobe Flash</a></li><li><a href="http://flexman.info/2008/11/12/teach-you-how-to-avoide-being-dislike-for-your-flash-games-50-point/" title="Teach You How to Avoide Being Dislike For Your Flash Games ( 50 Point )">Teach You How to Avoide Being Dislike For Your Flash Games ( 50 Point )</a></li><li><a href="http://flexman.info/2008/09/29/a-very-cute-stray-sheep-by-flash/" title="A Very Cute Stray Sheep by Flash">A Very Cute Stray Sheep by Flash</a></li><li><a href="http://flexman.info/2008/09/01/let-enjoy-flash-game-together/" title="Let&#8217;s Enjoy Flash Game Together">Let&#8217;s Enjoy Flash Game Together</a></li><li><a href="http://flexman.info/2008/08/29/create-a-nano-war-game-tutorial-by-flash/" title="Create a Nano War Game Tutorial by Flash">Create a Nano War Game Tutorial by Flash</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2008/12/26/classical-tutorial-keyboard-control-and-flash-game-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Example Show How to Create Basic Function of Game by Adobe Flash</title>
		<link>http://flexman.info/2008/12/06/example-show-how-to-create-basic-function-of-game-by-adobe-flash/</link>
		<comments>http://flexman.info/2008/12/06/example-show-how-to-create-basic-function-of-game-by-adobe-flash/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 11:28:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[moving]]></category>

		<guid isPermaLink="false">http://flexman.info/2008/12/06/example-show-how-to-create-basic-function-of-game-by-adobe-flash/</guid>
		<description><![CDATA[In website http://enjoyflashgame.com, there are many many interesting games. For the common user these game means just play for fun, but for the development they need to think how to create the new game. Then let&#8217;s see the following flash example which with basic moving function. Maybe it will give you some inspiration. You also [...]]]></description>
			<content:encoded><![CDATA[<p>In website <a href="http://enjoyflashgame.com">http://enjoyflashgame.com</a>, there are many many interesting games. For the common user these game means just play for fun, but for the development they need to think how to create the new game. Then let&#8217;s see the following flash example which with basic moving function. Maybe it will give you some inspiration. You also could create own flash game easily.</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-193"></span></p>
<p>&nbsp; </p>
<p><embed height="400" name="FishEyeMenu" type="application/x-shockwave-flash" align="middle" pluginspage="http://www.adobe.com/go/getflashplayer" width="490" src="http://blog.minidx.com/adobe-other/simple-game-system-in-flash/SimpleGameSystem.swf" bgcolor="#ffffff" play="true" loop="false" quality="high" allowfullscreen="true" allowscriptaccess="sameDomain"></p>
<p>More detail please read following article:</p>
<p><a href="http://www.shinedraw.com/animation-effect/flash-vs-silverlight-simple-game-system/">http://www.shinedraw.com/animation-effect/flash-vs-silverlight-simple-game-system/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2008/12/26/classical-tutorial-keyboard-control-and-flash-game-design/" title="Classical Tutorial: Keyboard Control and Flash Game Design">Classical Tutorial: Keyboard Control and Flash Game Design</a></li><li><a href="http://flexman.info/2008/11/12/teach-you-how-to-avoide-being-dislike-for-your-flash-games-50-point/" title="Teach You How to Avoide Being Dislike For Your Flash Games ( 50 Point )">Teach You How to Avoide Being Dislike For Your Flash Games ( 50 Point )</a></li><li><a href="http://flexman.info/2008/09/01/let-enjoy-flash-game-together/" title="Let&#8217;s Enjoy Flash Game Together">Let&#8217;s Enjoy Flash Game Together</a></li><li><a href="http://flexman.info/2008/08/29/create-a-nano-war-game-tutorial-by-flash/" title="Create a Nano War Game Tutorial by Flash">Create a Nano War Game Tutorial by Flash</a></li><li><a href="http://flexman.info/2010/07/20/how-to-uninstall-flash-player-completely-in-windows-and-mac/" title="How To Uninstall Flash Player Completely In Windows and Mac">How To Uninstall Flash Player Completely In Windows and Mac</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2008/12/06/example-show-how-to-create-basic-function-of-game-by-adobe-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teach You How to Avoide Being Dislike For Your Flash Games ( 50 Point )</title>
		<link>http://flexman.info/2008/11/12/teach-you-how-to-avoide-being-dislike-for-your-flash-games-50-point/</link>
		<comments>http://flexman.info/2008/11/12/teach-you-how-to-avoide-being-dislike-for-your-flash-games-50-point/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 11:49:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game]]></category>

		<guid isPermaLink="false">http://flexman.info/2008/11/12/teach-you-how-to-avoide-being-dislike-for-your-flash-games-50-point/</guid>
		<description><![CDATA[Flash games are very populared by people. It is not difficult for experienced developers to create a flash game. Of course every developer hope own works could be welcomed by player. mrsunstudios has listed 50 points which may disliked by player. Although there are some points are not correct still worth your reading and selective [...]]]></description>
			<content:encoded><![CDATA[<p>Flash games are very populared by people. It is not difficult for experienced developers to create a flash game. Of course every developer hope own works could be welcomed by player. mrsunstudios has listed 50 points which may disliked by player. Although there are some points are not correct still worth your reading and selective accept. Maybe you will get some inspiration from them.</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-135"></span></p>
<ol>
<li>Add loud and annoying sound effects to your game
<li>Don’t add a mute buttons so we have to listen to your loud and annoying sound effects
<li>Make your game ridiculously hard
<li>Don’t put in a preloader
<li>Have a confusing menu system
<li>Forget to embed all of your dynamic textfields
<li>Make a game from a tutorial and submit it without making any kinds of changes
<li>Have sloppy art
<li>Add Mochiads everywhere (unless you need to load external stuff everywhere)
<li>Don’t optimize your code
<li>Add a bunch of cool effects that require lots of processing power but can’t be deactivated
<li>Don’t fix the bugs
<li>Have long animations that we can’t skip
<li>Don’t credit the artists of the music
<li>Don’t compress the music
<li>Don’t give us a clear goal to beat the game (although some games can pull this off)
<li>Add glow effects to everything
<li>Give us a seizure
<li>Make confusing controls
<li>Make the screen really really big
<li>Make the screen really really small
<li>Have a really fast frame rate
<li>Make links navigate from the current page, not a blank page
<li>Don’t put checkpoints anywhere when you have a long game
<li>If you let us save the game, don’t also add an autosave function. We’ll definitely remember
<li>Make us buy a “premium version” in order to keep playing the game
<li>Make the instructions all text with no explanatory pictures/diagrams
<li>Make a storyline without an animation to explain it
<li>Make it easy for us to cheat
<li>Create an ugly color scheme
<li>Make the text unreadable
<li>Don’t let the buttons look like buttons, we’ll obviously find them very easily
<li>Make us wait a long time to play or while playing your game
<li>Host your game on a slow server
<li>Don’t fix the typos
<li>Make fun of us
<li>Very repetitive gameplay
<li>Don’t let us pause the game
<li>Add pointless features that add a lot of file size
<li>Insult our intelligence
<li>Make a really long menu system
<li>Make us have to navigate through the entire menu system after we lose the game
<li>Camouflage the enemies so we can’t see them until we randomly begin losing health or lose the game
<li>Don’t put rollOver functions onto your buttons
<li>Make gameplay really slow
<li>Make loss inevitable
<li>Don’t put in a scoring system. We don’t want to know how well we did
<li>Make stupid computer AI
<li>Deceive us
<li>Make the description of the game really short or really obscure </li>
</ol>
<p>The original article is here:</p>
<p><a href="http://www.mrsunstudios.com/2008/07/50-ways-to-make-us-hate-your-flash-game/">http://www.mrsunstudios.com/2008/07/50-ways-to-make-us-hate-your-flash-game/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2008/12/26/classical-tutorial-keyboard-control-and-flash-game-design/" title="Classical Tutorial: Keyboard Control and Flash Game Design">Classical Tutorial: Keyboard Control and Flash Game Design</a></li><li><a href="http://flexman.info/2008/12/06/example-show-how-to-create-basic-function-of-game-by-adobe-flash/" title="Example Show How to Create Basic Function of Game by Adobe Flash">Example Show How to Create Basic Function of Game by Adobe Flash</a></li><li><a href="http://flexman.info/2008/09/01/let-enjoy-flash-game-together/" title="Let&#8217;s Enjoy Flash Game Together">Let&#8217;s Enjoy Flash Game Together</a></li><li><a href="http://flexman.info/2008/08/29/create-a-nano-war-game-tutorial-by-flash/" title="Create a Nano War Game Tutorial by Flash">Create a Nano War Game Tutorial by Flash</a></li><li><a href="http://flexman.info/2010/07/20/how-to-uninstall-flash-player-completely-in-windows-and-mac/" title="How To Uninstall Flash Player Completely In Windows and Mac">How To Uninstall Flash Player Completely In Windows and Mac</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2008/11/12/teach-you-how-to-avoide-being-dislike-for-your-flash-games-50-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s Enjoy Flash Game Together</title>
		<link>http://flexman.info/2008/09/01/let-enjoy-flash-game-together/</link>
		<comments>http://flexman.info/2008/09/01/let-enjoy-flash-game-together/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 12:11:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game]]></category>

		<guid isPermaLink="false">http://flexman.info/2008/09/01/let-enjoy-flash-game-together/</guid>
		<description><![CDATA[I spent a few time to setup a flash game platform: Enjoy Flash Game Online last weekend. It has 4000 online flash games by now and will be added more and more in following days. Hope you will enjoy them during the busy work or study time. Let&#8217;s have a break and relax your brain. [...]]]></description>
			<content:encoded><![CDATA[<p>I spent a few time to setup a flash game platform: <a href="http://enjoyflashgame.com">Enjoy Flash Game Online</a> last weekend. It has 4000 online flash games by now and will be added more and more in following days. Hope you will enjoy them during the busy work or study time. Let&#8217;s have a break and relax your brain.</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-37"></span></p>
<p><a href="http://flexman.info/wp-content/uploads/2008/09/4821666351053779807jpg.png"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="4821666351053779807.jpg" src="http://flexman.info/wp-content/uploads/2008/09/4821666351053779807jpg-thumb.png" width="193" height="244"></a> </p>
<p>website:<a href="http://enjoyflashgame.com">http://enjoyflashgame.com</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2008/12/26/classical-tutorial-keyboard-control-and-flash-game-design/" title="Classical Tutorial: Keyboard Control and Flash Game Design">Classical Tutorial: Keyboard Control and Flash Game Design</a></li><li><a href="http://flexman.info/2008/12/06/example-show-how-to-create-basic-function-of-game-by-adobe-flash/" title="Example Show How to Create Basic Function of Game by Adobe Flash">Example Show How to Create Basic Function of Game by Adobe Flash</a></li><li><a href="http://flexman.info/2008/11/12/teach-you-how-to-avoide-being-dislike-for-your-flash-games-50-point/" title="Teach You How to Avoide Being Dislike For Your Flash Games ( 50 Point )">Teach You How to Avoide Being Dislike For Your Flash Games ( 50 Point )</a></li><li><a href="http://flexman.info/2008/08/29/create-a-nano-war-game-tutorial-by-flash/" title="Create a Nano War Game Tutorial by Flash">Create a Nano War Game Tutorial by Flash</a></li><li><a href="http://flexman.info/2010/07/20/how-to-uninstall-flash-player-completely-in-windows-and-mac/" title="How To Uninstall Flash Player Completely In Windows and Mac">How To Uninstall Flash Player Completely In Windows and Mac</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2008/09/01/let-enjoy-flash-game-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Nano War Game Tutorial by Flash</title>
		<link>http://flexman.info/2008/08/29/create-a-nano-war-game-tutorial-by-flash/</link>
		<comments>http://flexman.info/2008/08/29/create-a-nano-war-game-tutorial-by-flash/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 14:34:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Nano War]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://flexman.info/2008/08/29/create-a-nano-war-game-tutorial-by-flash/</guid>
		<description><![CDATA[Nano War is a good RTS/action game. Emanuele Feronato has tried to realize the similar function by Flash and has released the source code. By the way his code comment is very very detail&#8230; It&#8217;s a so good habit. Image: &#160; Following is the Emanuele Feronato Tutorial URL：http://www.emanueleferonato.com/2008/08/05/create-a-flash-game-like-nano-war/#more-381Following is the Nano War URL：http://www.kongregate.com/games/badben/nano-war Related PostsClassical [...]]]></description>
			<content:encoded><![CDATA[<p>Nano War is a good RTS/action game. Emanuele Feronato has tried to realize the similar function by Flash and has released the source code. By the way his code comment is very very detail&#8230; It&#8217;s a so good habit.</p>
<div style="margin: 0px 0px 0px 15px;">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-32"></span></p>
<p>Image:
<p><a href="http://flexman.info/wp-content/uploads/2008/08/nanowar.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" border="0" alt="nanowar" src="http://flexman.info/wp-content/uploads/2008/08/nanowar-thumb.jpg" width="382" height="298"></a>
<p>&nbsp;
<p>Following is the Emanuele Feronato Tutorial URL：<br /><a href="http://www.emanueleferonato.com/2008/08/05/create-a-flash-game-like-nano-war/#more-381">http://www.emanueleferonato.com/2008/08/05/create-a-flash-game-like-nano-war/#more-381</a><br />Following is the Nano War URL：<br /><a href="http://www.kongregate.com/games/badben/nano-war">http://www.kongregate.com/games/badben/nano-war</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2008/12/26/classical-tutorial-keyboard-control-and-flash-game-design/" title="Classical Tutorial: Keyboard Control and Flash Game Design">Classical Tutorial: Keyboard Control and Flash Game Design</a></li><li><a href="http://flexman.info/2008/12/06/example-show-how-to-create-basic-function-of-game-by-adobe-flash/" title="Example Show How to Create Basic Function of Game by Adobe Flash">Example Show How to Create Basic Function of Game by Adobe Flash</a></li><li><a href="http://flexman.info/2008/11/12/teach-you-how-to-avoide-being-dislike-for-your-flash-games-50-point/" title="Teach You How to Avoide Being Dislike For Your Flash Games ( 50 Point )">Teach You How to Avoide Being Dislike For Your Flash Games ( 50 Point )</a></li><li><a href="http://flexman.info/2008/09/01/let-enjoy-flash-game-together/" title="Let&#8217;s Enjoy Flash Game Together">Let&#8217;s Enjoy Flash Game Together</a></li><li><a href="http://flexman.info/2010/07/20/how-to-uninstall-flash-player-completely-in-windows-and-mac/" title="How To Uninstall Flash Player Completely In Windows and Mac">How To Uninstall Flash Player Completely In Windows and Mac</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2008/08/29/create-a-nano-war-game-tutorial-by-flash/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)
Database Caching 15/45 queries in 0.039 seconds using disk
Object Caching 506/926 objects using disk

Served from: flexman.info @ 2012-02-11 21:48:17 -->
