<?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>Is Good Stuff &#187; flash games</title>
	<atom:link href="http://www.isgoodstuff.com/tag/flash-games/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isgoodstuff.com</link>
	<description>All the good stuff here!</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:46:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>AS3 Flash Console Commandline</title>
		<link>http://www.isgoodstuff.com/2010/04/23/as3-using-flash-console-commandline/</link>
		<comments>http://www.isgoodstuff.com/2010/04/23/as3-using-flash-console-commandline/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 06:45:15 +0000</pubDate>
		<dc:creator>Alex T.</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash games]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.isgoodstuff.com/?p=570</guid>
		<description><![CDATA[<p><img src="http://www.isgoodstuff.com/wp-content/uploads/et_temp/console_controls01-75435_300x198.png"/></p>This post is short tutorial about using the command line feature in Flash Console Class.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.isgoodstuff.com/wp-content/uploads/et_temp/console_controls01-75435_300x198.png"/></p><p style="text-align: left;">This post is short tutorial about using the command line feature in Flash Console Class as mentioned in <a href="http://www.isgoodstuff.com/2009/12/04/flash-console/" target="_blank"><strong>previous post here</strong></a>. Aside from cool features like mouseOver Roller, inspect utility, measurement tool; the <strong>commandLine</strong> is one of the Flash Console greatest feature.</p>
<p>To control an instance on Stage with the console. You must first understand what is a <strong>Scope</strong>.</p>
<p style="text-align: center;"><a href="http://www.isgoodstuff.com/wp-content/uploads/2010/04/console_controls01.png"><img class="size-full wp-image-571  aligncenter" title="console_controls01" src="http://www.isgoodstuff.com/wp-content/uploads/2010/04/console_controls01.png" alt="" width="598" height="198" /></a></p>
<p>A Scope is basically, what Object the console is currently point as reference at. By default the Scope is always pointing to the Stage.</p>
<p style="text-align: center;"><a href="http://www.isgoodstuff.com/wp-content/uploads/2010/04/Screenshot2.jpg"><img class="size-full wp-image-572  aligncenter" title="Screenshot2" src="http://www.isgoodstuff.com/wp-content/uploads/2010/04/Screenshot2.jpg" alt="" width="548" height="391" /></a></p>
<ul>
<li>To control a particular instance on Stage. Use a /map command (insert this command in commandline)</li>
<li>Once the list of tree appear, click on the name of the instance within the console output. Notice the Scope (below the commandLine) now changes to point to the instance you just selected.</li>
<li>You can now either, store the instance into a variable in console. (use command /store &lt;variablename&gt;). You can re-scope the instance anytime, by typing in $&lt;variablename&gt;.</li>
<li>Or, access the instance property. You can also set the property with value too. This means runtime scripting on the fly.
<ul>
<li>Once, the instance scoped &#8211; you can modify the attribute easily, by typing in AS3 command just like you do when you script them.</li>
<li>You can practice the console command line below.</li>
</ul>
</li>
</ul>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.isgoodstuff.com/wp-content/uploads/2010/04/ConsoleTestSandBox.swf" /><embed type="application/x-shockwave-flash" width="550" height="400" src="http://www.isgoodstuff.com/wp-content/uploads/2010/04/ConsoleTestSandBox.swf"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.isgoodstuff.com/2010/04/23/as3-using-flash-console-commandline/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My 2nd Flash Game – Inventory Crisis Game</title>
		<link>http://www.isgoodstuff.com/2008/04/27/web-games-inventory-crisis-game/</link>
		<comments>http://www.isgoodstuff.com/2008/04/27/web-games-inventory-crisis-game/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 03:26:59 +0000</pubDate>
		<dc:creator>Alex T.</dc:creator>
				<category><![CDATA[Creative]]></category>
		<category><![CDATA[anime games]]></category>
		<category><![CDATA[creative]]></category>
		<category><![CDATA[flash games]]></category>
		<category><![CDATA[puzzle games]]></category>

		<guid isPermaLink="false">http://www.isgoodstuff.com/?p=8</guid>
		<description><![CDATA[<p><img src="http://www.isgoodstuff.com/wp-content/uploads/et_temp/bigpostInventory1-162719_300x200.png"/></p>My 2nd flash game I've made. It's based on the match 3 engine.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.isgoodstuff.com/wp-content/uploads/et_temp/bigpostInventory1-162719_300x200.png"/></p><p><img class="alignleft" style="float: left; margin-left: 5px; margin-right: 5px;" src="http://trickster.isgoodstuff.com/wp-content/uploads/2008/04/gem100.jpg" alt="" width="100" height="100" />This is Trickster Online MMOG fan-based mini arcade game. Help the bunny Xiu in her inventory crisis by stacking up gems of the same type.</p>
<p>Click on two pieces to swap them. Swap must create a matching horizontally and vertically. Again most of the web-games here are widget friendly, you may copy the embed code out to your favourite blog and social network sites. Click on read more to play it.</p>
<p><span id="more-8"></span></p>
<div><object id="inventorycrisis" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="align" value="middle" /><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><param name="src" value="http://trickster.isgoodstuff.com/wp-content/files/games/inventory/inventorycrisis.swf" /><param name="allowfullscreen" value="false" /><embed id="inventorycrisis" type="application/x-shockwave-flash" width="500" height="400" src="http://trickster.isgoodstuff.com/wp-content/files/games/inventory/inventorycrisis.swf" bgcolor="#ffffff" quality="high" allowfullscreen="false" allowscriptaccess="sameDomain" align="middle"></embed></object></div>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;inventorycrisis&quot;</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;500&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;400&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;align&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;middle&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;allowScriptAccess&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sameDomain&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;allowFullScreen&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;quality&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;high&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;bgcolor&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#ffffff&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;src&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://trickster.isgoodstuff.com/wp-content/files/games/inventory/inventorycrisis.swf&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;allowfullscreen&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;false&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;embed <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;inventorycrisis&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;500&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;400&quot;</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://trickster.isgoodstuff.com/wp-content/files/games/inventory/inventorycrisis.swf&quot;</span> <span style="color: #000066;">bgcolor</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#ffffff&quot;</span> quality<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;high&quot;</span> allowfullscreen<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;false&quot;</span> allowscriptaccess<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sameDomain&quot;</span> <span style="color: #000066;">align</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;middle&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.isgoodstuff.com/2008/04/27/web-games-inventory-crisis-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My First AS3 Game – FoxieFox’s Memory Gems</title>
		<link>http://www.isgoodstuff.com/2008/04/27/web-games-foxiefox-memory-gems/</link>
		<comments>http://www.isgoodstuff.com/2008/04/27/web-games-foxiefox-memory-gems/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 02:14:27 +0000</pubDate>
		<dc:creator>Alex T.</dc:creator>
				<category><![CDATA[Creative]]></category>
		<category><![CDATA[anime games]]></category>
		<category><![CDATA[creative]]></category>
		<category><![CDATA[flash games]]></category>
		<category><![CDATA[puzzle games]]></category>
		<category><![CDATA[trickster minigames]]></category>

		<guid isPermaLink="false">http://www.isgoodstuff.com/?p=5</guid>
		<description><![CDATA[<p><img src="http://www.isgoodstuff.com/wp-content/uploads/et_temp/FoxieFoxBigPost-242751_300x200.png"/></p>This is my first as3 game - FoxieFox's Memory Gems]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.isgoodstuff.com/wp-content/uploads/et_temp/FoxieFoxBigPost-242751_300x200.png"/></p><p><img class="alignleft" style="float: left; margin-left: 5px; margin-right: 5px;" src="http://www.isgoodstuff.com/wp-content/uploads/2008/04/foxiefoxgem.jpg" alt="" width="100" height="100" />This is a fairly simple game, which requires a little memory jolt&#8230;lol. All you need to do is to memorized as much as possible the location of each matching gems on the floor before, foxie flips em. Then, find the matching gemstones by flipping the pairs.</p>
<p>This cute game is made with a widget code for you to copy it to your blogs or any social network sites that supports code widgets. Just copy the code below and paste it in your site. Go ahead click Read More to check it out or just play the game.</p>
<p><span id="more-5"></span></p>
<p style="text-align: center;"><object id="foxiematchgem" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="450" height="450" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="align" value="middle" /><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><param name="src" value="http://trickster.isgoodstuff.com/wp-content/files/games/match/foxiematchgem.swf" /><param name="allowfullscreen" value="false" /><embed id="foxiematchgem" type="application/x-shockwave-flash" width="450" height="450" src="http://trickster.isgoodstuff.com/wp-content/files/games/match/foxiematchgem.swf" bgcolor="#ffffff" quality="high" allowfullscreen="false" allowscriptaccess="sameDomain" align="middle"></embed></object></p>
<p style="text-align: center;">
<p style="text-align: center;">

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;object id=&quot;foxiematchgem&quot; classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; width=&quot;450&quot; height=&quot;450&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;&gt;
&lt;param name=&quot;align&quot; value=&quot;middle&quot; /&gt;
&lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;false&quot; /&gt;
&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;&lt;param name=&quot;bgcolor&quot; value=&quot;#ffffff&quot; /&gt;
&lt;param name=&quot;src&quot; value=&quot;http://trickster.isgoodstuff.com/wp-content/files/games/match/foxiematchgem.swf&quot; /&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;false&quot; /&gt;&lt;embed id=&quot;foxiematchgem&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;450&quot; height=&quot;450&quot; src=&quot;http://trickster.isgoodstuff.com/wp-content/files/games/match/foxiematchgem.swf&quot; bgcolor=&quot;#ffffff&quot; quality=&quot;high&quot; allowfullscreen=&quot;false&quot; allowscriptaccess=&quot;sameDomain&quot; align=&quot;middle&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.isgoodstuff.com/2008/04/27/web-games-foxiefox-memory-gems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

