<?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/"
	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>Samoiloff Blog</title>
	<atom:link href="http://samoiloff.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://samoiloff.wordpress.com</link>
	<description>Flash/Flex Actionscript</description>
	<lastBuildDate>Tue, 04 Jan 2011 14:01:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='samoiloff.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Samoiloff Blog</title>
		<link>http://samoiloff.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://samoiloff.wordpress.com/osd.xml" title="Samoiloff Blog" />
	<atom:link rel='hub' href='http://samoiloff.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Objects in AS3. Experiment.</title>
		<link>http://samoiloff.wordpress.com/2011/01/04/objects-in-as3-experiment/</link>
		<comments>http://samoiloff.wordpress.com/2011/01/04/objects-in-as3-experiment/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 13:59:23 +0000</pubDate>
		<dc:creator>samoiloff</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[Actionsc]]></category>
		<category><![CDATA[Experiment]]></category>
		<category><![CDATA[Sample]]></category>

		<guid isPermaLink="false">http://samoiloff.wordpress.com/?p=142</guid>
		<description><![CDATA[Today I&#8217;m playing around with Flash Object. Sample code: var obj:Object = {} obj[4] = "test"; obj["6"] = "test1"; trace("obj[4] : " + obj[4]); trace("\n String"); for (var prop:String in obj) { trace(prop +":" + obj[prop]); } trace("\n *"); for (var prop1:* in obj) { trace(prop1+":" + obj[prop1]); } obj["4"] = "test2"; trace("\n int to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=142&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;m playing around with Flash Object.<br />
 Sample code:<br />
<code><br />
var obj:Object = {}<br />
obj[4] = "test";<br />
obj["6"] = "test1";<br />
trace("obj[4] : " + obj[4]);<br />
trace("\n String");<br />
for (var prop:String in obj) {<br />
trace(prop +":" + obj[prop]);<br />
}<br />
trace("\n *");<br />
for (var prop1:* in obj) {<br />
trace(prop1+":" + obj[prop1]);<br />
}<br />
obj["4"] = "test2";<br />
trace("\n int to string : " + obj[4]);<br />
</code></p>
<p>and traces:</p>
<p><code><br />
obj[4] : test<br />
 String<br />
4:test<br />
6:test1<br />
 *<br />
4:test<br />
6:test1<br />
 int to string : test2<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samoiloff.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samoiloff.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/samoiloff.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/samoiloff.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/samoiloff.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/samoiloff.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/samoiloff.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/samoiloff.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/samoiloff.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/samoiloff.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/samoiloff.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/samoiloff.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/samoiloff.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/samoiloff.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=142&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samoiloff.wordpress.com/2011/01/04/objects-in-as3-experiment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4809964ca17d2a249909231dedda8ef1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samoiloff</media:title>
		</media:content>
	</item>
		<item>
		<title>Star Wars. Episode 7</title>
		<link>http://samoiloff.wordpress.com/2010/10/16/star-wars-episode-7/</link>
		<comments>http://samoiloff.wordpress.com/2010/10/16/star-wars-episode-7/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 21:51:50 +0000</pubDate>
		<dc:creator>samoiloff</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Episode]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Star Wars]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Star]]></category>
		<category><![CDATA[Wars]]></category>

		<guid isPermaLink="false">http://samoiloff.wordpress.com/?p=137</guid>
		<description><![CDATA[Photoshop presents: Star Wars. Episode 7<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=137&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Photoshop presents: Star Wars. Episode 7<br />
<img src="http://samoiloff.com/blogen/starWars1.jpg" alt="StarWars child" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samoiloff.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samoiloff.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/samoiloff.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/samoiloff.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/samoiloff.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/samoiloff.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/samoiloff.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/samoiloff.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/samoiloff.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/samoiloff.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/samoiloff.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/samoiloff.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/samoiloff.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/samoiloff.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=137&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samoiloff.wordpress.com/2010/10/16/star-wars-episode-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4809964ca17d2a249909231dedda8ef1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samoiloff</media:title>
		</media:content>

		<media:content url="http://samoiloff.com/blogen/starWars1.jpg" medium="image">
			<media:title type="html">StarWars child</media:title>
		</media:content>
	</item>
		<item>
		<title>Events in October</title>
		<link>http://samoiloff.wordpress.com/2010/09/30/events-in-october/</link>
		<comments>http://samoiloff.wordpress.com/2010/09/30/events-in-october/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 11:10:21 +0000</pubDate>
		<dc:creator>samoiloff</dc:creator>
				<category><![CDATA[Alawar]]></category>
		<category><![CDATA[Farm-Frenzy]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[I-Jet]]></category>
		<category><![CDATA[Meeting]]></category>
		<category><![CDATA[Odnoklassniki]]></category>
		<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://samoiloff.wordpress.com/?p=132</guid>
		<description><![CDATA[In October I&#8217;m going to attend several meetings: 1. BAFPUG #10 meeting in Minsk (Belarus) 10.10.10 (lol). This is regular Belarussian Abobe Flash Platform Group Meeting where I&#8217;m going to report technical details of social game realization &#8220;Farm-Frenzy. Neighbours&#8221; . This is social port of well known Alawar game Farm-Frenzy. The portation was published by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=132&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In October I&#8217;m going to attend several meetings:<br />
1. <a href="http://bafpug.com/2010/09/08/bafpug-10/">BAFPUG #10</a> meeting in Minsk (Belarus) 10.10.10 (lol). This is regular Belarussian Abobe Flash Platform Group Meeting where I&#8217;m going to report technical details of social game realization &#8220;<a href="http://i-jet.ru/otdih/_62">Farm-Frenzy. Neighbours</a>&#8221; . This is social port of well known Alawar game Farm-Frenzy. The portation was published by <a href="http://i-jet.ru/">I-Jet</a>, <a href="http://alawar.com/">Alawar</a> and <a href="http://www.hotgamedownloads.com/company/melesta">Melesta</a>. And it&#8217;is quite successful <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .<br />
2. <a href="http://www.socialityrocks.com/programma">SOCIALITY ROCKS</a> meeting Kiev (Ukraine)18.10.10. This meeting is dedicated to social games and to social networks in general. The meeting is remarkable because it will be attended by representatives of <a href="http://odnoklassniki.ru">odnoklassniki</a>, one of the most largest and successful social networks in Russia and on the territory of Post-Soviet-Union-Countries.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samoiloff.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samoiloff.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/samoiloff.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/samoiloff.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/samoiloff.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/samoiloff.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/samoiloff.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/samoiloff.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/samoiloff.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/samoiloff.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/samoiloff.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/samoiloff.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/samoiloff.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/samoiloff.wordpress.com/132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=132&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samoiloff.wordpress.com/2010/09/30/events-in-october/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4809964ca17d2a249909231dedda8ef1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samoiloff</media:title>
		</media:content>
	</item>
		<item>
		<title>Crete crosswords online! It&#8217;s easy!</title>
		<link>http://samoiloff.wordpress.com/2010/09/20/crete-crosswords-online-its-easy/</link>
		<comments>http://samoiloff.wordpress.com/2010/09/20/crete-crosswords-online-its-easy/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 14:51:47 +0000</pubDate>
		<dc:creator>samoiloff</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Gigya]]></category>
		<category><![CDATA[LiveJournal]]></category>
		<category><![CDATA[MySpace]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Crossword]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Share]]></category>

		<guid isPermaLink="false">http://samoiloff.wordpress.com/?p=128</guid>
		<description><![CDATA[Recently we&#8217;ve published on-line service that allows to create crosswords. A crossword can be shared as html code just click share and copy/paste the code to your site/blog. I conducted tests on livejournal blog Gigya didn&#8217;t work and I pasted code by myself but multilanguage is fine. Myspace publish via Gigya works fine. Unfortunaely I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=128&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently we&#8217;ve published on-line <a href="http://crossword.ownvote.com">service</a> that allows to create <a href="http://crossword.ownvote.com/preview.html?cid=21">crosswords</a>. A crossword can be shared as html code just click share and copy/paste the code to your site/blog. I conducted tests on <a href="http://ownvote.livejournal.com">livejournal blog</a> Gigya didn&#8217;t work and I pasted code by myself but multilanguage is fine. Myspace publish via Gigya works fine. Unfortunaely I haven&#8217;t test other networks please let me know if you have difficulties with sharing your crosswords.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samoiloff.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samoiloff.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/samoiloff.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/samoiloff.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/samoiloff.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/samoiloff.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/samoiloff.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/samoiloff.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/samoiloff.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/samoiloff.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/samoiloff.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/samoiloff.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/samoiloff.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/samoiloff.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=128&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samoiloff.wordpress.com/2010/09/20/crete-crosswords-online-its-easy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4809964ca17d2a249909231dedda8ef1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samoiloff</media:title>
		</media:content>
	</item>
		<item>
		<title>Search in TextFlow</title>
		<link>http://samoiloff.wordpress.com/2010/08/23/search-in-textflow/</link>
		<comments>http://samoiloff.wordpress.com/2010/08/23/search-in-textflow/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 16:03:08 +0000</pubDate>
		<dc:creator>samoiloff</dc:creator>
				<category><![CDATA[Builder]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash CS5]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Samoiloff]]></category>
		<category><![CDATA[Util]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[lib]]></category>
		<category><![CDATA[TextFlow]]></category>
		<category><![CDATA[util]]></category>

		<guid isPermaLink="false">http://samoiloff.wordpress.com/?p=116</guid>
		<description><![CDATA[I played with Flash Builder, TLF and TextFlow. As a result the following class TLFUtil was created. It&#8217;s function &#8220;getElementsByType&#8221; enables recursive search for elements of concrete class. TLFUtil.as package com.samoiloff.util { import flashx.textLayout.elements.FlowElement; import flashx.textLayout.elements.FlowGroupElement; public class TLFUtil { public function TLFUtil() { } public static function getElementsByType(flowGroupElement:FlowGroupElement, type:Class):Array { var arr:Array = []; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=116&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I played with Flash Builder, TLF and TextFlow. As a result the following class TLFUtil was created. It&#8217;s function &#8220;getElementsByType&#8221; enables recursive search for elements of concrete class.</p>
<p><strong>TLFUtil.as</strong><br />
<code><br />
package com.samoiloff.util {<br />
	import flashx.textLayout.elements.FlowElement;<br />
	import flashx.textLayout.elements.FlowGroupElement;<br />
	public class TLFUtil {<br />
		public function TLFUtil()<br />
		{<br />
		}<br />
		public static  function getElementsByType(flowGroupElement:FlowGroupElement, type:Class):Array {<br />
			var arr:Array = [];<br />
			for (var i:int = 0; i&lt;flowGroupElement.numChildren; i++) {<br />
				var element:FlowElement = flowGroupElement.getChildAt(i);<br />
				if (element is type) {<br />
					arr.push(element);<br />
				}<br />
				var groupElement:FlowGroupElement = element as FlowGroupElement;<br />
				if ( groupElement) {<br />
					arr = arr.concat(getElementsByType(groupElement, type));<br />
				}<br />
			}<br />
			return arr;<br />
		}<br />
	}<br />
}<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samoiloff.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samoiloff.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/samoiloff.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/samoiloff.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/samoiloff.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/samoiloff.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/samoiloff.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/samoiloff.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/samoiloff.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/samoiloff.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/samoiloff.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/samoiloff.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/samoiloff.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/samoiloff.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=116&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samoiloff.wordpress.com/2010/08/23/search-in-textflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4809964ca17d2a249909231dedda8ef1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samoiloff</media:title>
		</media:content>
	</item>
		<item>
		<title>Drawing tool.</title>
		<link>http://samoiloff.wordpress.com/2010/03/12/drawing-tool/</link>
		<comments>http://samoiloff.wordpress.com/2010/03/12/drawing-tool/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 21:40:26 +0000</pubDate>
		<dc:creator>samoiloff</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Bitmap]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Drawing]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://samoiloff.wordpress.com/2010/03/12/drawing-tool/</guid>
		<description><![CDATA[Nice drawing tool made by designer Ricardo Cabello.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=115&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Nice <a href="http://mrdoob.com/projects/harmony/#sketchy">drawing tool</a> made by designer Ricardo Cabello.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samoiloff.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samoiloff.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/samoiloff.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/samoiloff.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/samoiloff.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/samoiloff.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/samoiloff.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/samoiloff.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/samoiloff.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/samoiloff.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/samoiloff.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/samoiloff.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/samoiloff.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/samoiloff.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=115&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samoiloff.wordpress.com/2010/03/12/drawing-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4809964ca17d2a249909231dedda8ef1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samoiloff</media:title>
		</media:content>
	</item>
		<item>
		<title>Greg Martin. Space.</title>
		<link>http://samoiloff.wordpress.com/2010/02/11/greg-martin-space/</link>
		<comments>http://samoiloff.wordpress.com/2010/02/11/greg-martin-space/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 22:13:18 +0000</pubDate>
		<dc:creator>samoiloff</dc:creator>
				<category><![CDATA[Bitmap]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Samoiloff]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://samoiloff.wordpress.com/?p=112</guid>
		<description><![CDATA[Beutiful flash site of talented man. Greg Martin creates incredible very beautiful images of space. He inspired me and I spent 2 hours going through one of his tutorials. The result is my own made of rusty texture planet. Here it is:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=112&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://gallery.artofgregmartin.com/" target="_blank">Beutiful flash site</a> of talented man. Greg Martin creates incredible very beautiful images of space. He inspired me and I spent 2 hours going through one of his tutorials. The result is my own <del datetime="2010-02-11T22:14:13+00:00">made of rusty texture</del> planet. Here it is:<br />
<img src="http://samoiloff.com/public/gregMartin/planet.jpg" alt="photoshop planet" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samoiloff.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samoiloff.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/samoiloff.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/samoiloff.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/samoiloff.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/samoiloff.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/samoiloff.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/samoiloff.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/samoiloff.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/samoiloff.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/samoiloff.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/samoiloff.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/samoiloff.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/samoiloff.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=112&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samoiloff.wordpress.com/2010/02/11/greg-martin-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4809964ca17d2a249909231dedda8ef1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samoiloff</media:title>
		</media:content>

		<media:content url="http://samoiloff.com/public/gregMartin/planet.jpg" medium="image">
			<media:title type="html">photoshop planet</media:title>
		</media:content>
	</item>
		<item>
		<title>AS 3.0 Library. Actions Sequence.</title>
		<link>http://samoiloff.wordpress.com/2010/02/01/as-3-0-library-actions-sequence/</link>
		<comments>http://samoiloff.wordpress.com/2010/02/01/as-3-0-library-actions-sequence/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 23:03:00 +0000</pubDate>
		<dc:creator>samoiloff</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Component]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Queue]]></category>
		<category><![CDATA[Samoiloff]]></category>
		<category><![CDATA[actions]]></category>
		<category><![CDATA[asynchronous]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[sources]]></category>
		<category><![CDATA[tasks]]></category>

		<guid isPermaLink="false">http://samoiloff.wordpress.com/?p=102</guid>
		<description><![CDATA[In game development it&#8217;s usual to play around with queue of commands (tasks or actions). In order to handle those queues I developed two very simple classes (actually just one of them contains logic). They are very easy to use and they are very flexible since they contain a few code. All you need to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=102&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In game development it&#8217;s usual to play around with queue of commands (tasks or actions). In order to handle those queues I developed two very simple classes (actually just one of them contains logic). They are very easy to use and they are very flexible since they contain a few code. All you need to do is to extend the ActionItem class.<br />
The code that I wrote for an <a href="http://samoiloff.com/labs/actions/actionsExample.swf" target="_blank">example</a> is just of 2 small classes:<br />
1. The Document one:<br />
<code><br />
	public class ActionsExample extends MovieClip {<br />
		private var _bg:RectMc;<br />
		private var _target:RectMc;<br />
		private var _actionsItem:ActionsItem;<br />
		public var numTf:TextField;<br />
		public var xTf:TextField;<br />
		public var yTf:TextField;<br />
		public function ActionsExample() {<br />
			_bg = new RectMc();<br />
			addChild(_bg);<br />
			_bg.alpha = 0;<br />
			_target = new RectMc();<br />
			addChild(_target);<br />
			_actionsItem = new ActionsItem();<br />
			stage.addEventListener(MouseEvent.CLICK, onClick);<br />
			stage.addEventListener(Event.RESIZE, onStageResize);<br />
			_actionsItem.addEventListener(ActionItem.ACTION_COMPLETE, onActionComplete);<br />
			onStageResize();<br />
			updateInfo();<br />
		}<br />
		private function onActionComplete(e:Event):void {<br />
			updateInfo();<br />
		}<br />
		private function onClick(e:MouseEvent):void {<br />
			_actionsItem.addAction(new MoveAction(stage.mouseX, stage.mouseY, _target));<br />
			_actionsItem.start();<br />
			updateInfo();<br />
		}<br />
		private function updateInfo():void {<br />
			numTf.text = _actionsItem.length.toString();<br />
			if (_actionsItem.length) {<br />
				var moveAction:MoveAction = MoveAction(_actionsItem.getItemAt(0));<br />
				xTf.text = moveAction.x.toString();<br />
				yTf.text = moveAction.y.toString();<br />
			} else {<br />
				xTf.text = yTf.text = '';<br />
			}<br />
		}<br />
		private function onStageResize(e:Event = null ):void {<br />
			_bg.width = stage.stageWidth;<br />
			_bg.height = stage.stageHeight;<br />
		}<br />
	}<br />
</code></p>
<p>2. The MoveAction class that extends ActionItem:<br />
<code><br />
	public class MoveAction extends ActionItem<br />
	{<br />
		private var _x:Number;<br />
		private var _y:Number;<br />
		private var _target:DisplayObject;<br />
		public function MoveAction(x:Number, y:Number, target:DisplayObject) {<br />
			_x = x;<br />
			_y = y;<br />
			_target = target;<br />
		}<br />
		public function get x():Number {<br />
			return _x;<br />
		}<br />
		public function get y(): Number {<br />
			return _y;<br />
		}<br />
		override public function start():void {<br />
			super.start();<br />
			Tweener.addTween(_target, { x:_x, y:_y, time:1, transition:"easeOutCubic", onComplete:onTweenComplete} );<br />
		}<br />
		private function onTweenComplete():void {<br />
			finish();<br />
		}<br />
		override public function destroy():void {<br />
			_target = null;<br />
		}<br />
	}<br />
</code></p>
<p>Here are the <a href="http://samoiloff.com/labs/actions/ActionsExample.zip" target="_blank">sources</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samoiloff.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samoiloff.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/samoiloff.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/samoiloff.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/samoiloff.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/samoiloff.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/samoiloff.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/samoiloff.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/samoiloff.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/samoiloff.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/samoiloff.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/samoiloff.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/samoiloff.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/samoiloff.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=102&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samoiloff.wordpress.com/2010/02/01/as-3-0-library-actions-sequence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4809964ca17d2a249909231dedda8ef1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samoiloff</media:title>
		</media:content>
	</item>
		<item>
		<title>Farm Frenzy 3: Ice Age</title>
		<link>http://samoiloff.wordpress.com/2010/02/01/farm-frenzy-3-ice-age/</link>
		<comments>http://samoiloff.wordpress.com/2010/02/01/farm-frenzy-3-ice-age/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 17:16:09 +0000</pubDate>
		<dc:creator>samoiloff</dc:creator>
				<category><![CDATA[Game]]></category>
		<category><![CDATA[Melesta]]></category>
		<category><![CDATA[Monetization]]></category>
		<category><![CDATA[Samoiloff]]></category>
		<category><![CDATA[farm]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[frenzy]]></category>

		<guid isPermaLink="false">http://samoiloff.wordpress.com/?p=100</guid>
		<description><![CDATA[Another Alawar project is released with my and Melesta assistance. It&#8217;s a flash port of very popular and addicting Farm Frenzy game sequel called Farm Frenzy 3 &#8211; Ice Age. I hope everyone enjoy this online version. Also I appreciate your opinion left via comments or rating stars.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=100&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://samoiloff.com/public/ff3a/farm-frenzy-3-ice-age-pic.gif" alt="farm frenzy 3 arctic logo" /><br />
Another <a href="http://www.alawar.com/?pid=10105" target="_blank">Alawar</a> project is released with my and <a href="http://melesta.alawar.com/" target="_blank">Melesta</a> assistance. It&#8217;s a flash port of very popular and addicting <a href="http://www.alawar.com/download/FarmFrenzy3IceAge_10105.exe">Farm Frenzy game sequel</a> called <a href="http://www.kongregate.com/games/Melesta/farm-frenzy-3-ice-age" target="_blank">Farm Frenzy 3 &#8211; Ice Age</a>. I hope everyone enjoy this online version. Also I appreciate your opinion left via comments or rating stars.<br />
<img src="http://samoiloff.com/public/ff3a/1.png" alt="farm frenzy 3 screen 1" /><br />
<img src="http://samoiloff.com/public/ff3a/2.png" alt="farm frenzy 3 screen 2" /><br />
<img src="http://samoiloff.com/public/ff3a/3.png" alt="farm frenzy 3 screen 3" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samoiloff.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samoiloff.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/samoiloff.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/samoiloff.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/samoiloff.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/samoiloff.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/samoiloff.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/samoiloff.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/samoiloff.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/samoiloff.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/samoiloff.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/samoiloff.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/samoiloff.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/samoiloff.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=100&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samoiloff.wordpress.com/2010/02/01/farm-frenzy-3-ice-age/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4809964ca17d2a249909231dedda8ef1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samoiloff</media:title>
		</media:content>

		<media:content url="http://samoiloff.com/public/ff3a/farm-frenzy-3-ice-age-pic.gif" medium="image">
			<media:title type="html">farm frenzy 3 arctic logo</media:title>
		</media:content>

		<media:content url="http://samoiloff.com/public/ff3a/1.png" medium="image">
			<media:title type="html">farm frenzy 3 screen 1</media:title>
		</media:content>

		<media:content url="http://samoiloff.com/public/ff3a/2.png" medium="image">
			<media:title type="html">farm frenzy 3 screen 2</media:title>
		</media:content>

		<media:content url="http://samoiloff.com/public/ff3a/3.png" medium="image">
			<media:title type="html">farm frenzy 3 screen 3</media:title>
		</media:content>
	</item>
		<item>
		<title>Bilbo &#8211; The Four Corners Of The Wold stats.</title>
		<link>http://samoiloff.wordpress.com/2010/01/29/bilbo-the-four-corners-of-the-wold-stats/</link>
		<comments>http://samoiloff.wordpress.com/2010/01/29/bilbo-the-four-corners-of-the-wold-stats/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 15:51:14 +0000</pubDate>
		<dc:creator>samoiloff</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Melesta]]></category>
		<category><![CDATA[bilbo]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[mochi]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://samoiloff.wordpress.com/?p=94</guid>
		<description><![CDATA[Recently Melesta provided me with Mochi Ads statistics for January 2010 for the Bilbo game. Here&#8217;s it as I promised (click to enlarge). . The traffic is increased significantly starting from the middle of the month. And positive dynamics is kept though current traffic is almost 30 000 game plays per day.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=94&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently <a href="http://melesta.alawar.com/" target="_blank">Melesta</a> provided me with Mochi Ads statistics for January 2010 for the <a href="http://www.kongregate.com/games/Melesta/bilbo-the-four-corners-of-the-world" target="_blank">Bilbo game</a>. Here&#8217;s it as I promised (click to enlarge). <a href="http://samoiloff.com/public/bilbo/bilboStatsLarge.png" target="_blank"><img src="http://samoiloff.com/public/bilbo/bilboStatsSmall.png" alt="Bilbo game statistics for january" /></a>.<br />
The traffic is increased significantly starting from the middle of the month. And positive dynamics is kept though current traffic is almost 30 000 game plays per day.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/samoiloff.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/samoiloff.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/samoiloff.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/samoiloff.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/samoiloff.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/samoiloff.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/samoiloff.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/samoiloff.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/samoiloff.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/samoiloff.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/samoiloff.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/samoiloff.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/samoiloff.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/samoiloff.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samoiloff.wordpress.com&amp;blog=4823034&amp;post=94&amp;subd=samoiloff&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://samoiloff.wordpress.com/2010/01/29/bilbo-the-four-corners-of-the-wold-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4809964ca17d2a249909231dedda8ef1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samoiloff</media:title>
		</media:content>

		<media:content url="http://samoiloff.com/public/bilbo/bilboStatsSmall.png" medium="image">
			<media:title type="html">Bilbo game statistics for january</media:title>
		</media:content>
	</item>
	</channel>
</rss>
