<?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: Array &#8220;class&#8221; for FlashLite</title>
	<atom:link href="http://aralbalkan.com/353/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/353</link>
	<description>Changing the world through technology and oratory.</description>
	<pubDate>Thu, 04 Dec 2008 21:00:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mehmet</title>
		<link>http://aralbalkan.com/353/comment-page-1#comment-433</link>
		<dc:creator>mehmet</dc:creator>
		<pubDate>Wed, 13 Jul 2005 08:38:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-433</guid>
		<description>well guess what Richard i have checked your stringfunctions fla before reading this but i was so stuck up with the word array so couldnt get anything. So Aral saved my day.&lt;br /&gt;
&lt;br /&gt;
By the way Aral i am Mehmet from Turkey nice to meet a fellow around owing to my curiosity i've made a lil research on you and found out that you did some awesome work, im proud :)</description>
		<content:encoded><![CDATA[<p>well guess what Richard i have checked your stringfunctions fla before reading this but i was so stuck up with the word array so couldnt get anything. So Aral saved my day.</p>
<p>By the way Aral i am Mehmet from Turkey nice to meet a fellow around owing to my curiosity i&#8217;ve made a lil research on you and found out that you did some awesome work, im proud <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scottjanousek</title>
		<link>http://aralbalkan.com/353/comment-page-1#comment-327</link>
		<dc:creator>scottjanousek</dc:creator>
		<pubDate>Thu, 05 May 2005 02:04:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-327</guid>
		<description>MOV AX, BX&lt;br /&gt;
NOOP&lt;br /&gt;
&lt;br /&gt;
That's all I remember from my assembly days. :)&lt;br /&gt;
&lt;br /&gt;
Aral, justin everett posted some interesting "event" code for fl if you are looking for that to put in your game ... I haven't used it yet, but it looked like a good idea.&lt;br /&gt;
&lt;br /&gt;
Happy flash-lite'ing.&lt;br /&gt;
&lt;br /&gt;
Hopefully we'll see AS2 syntax sometime in the future ... :)</description>
		<content:encoded><![CDATA[<p>MOV AX, BX<br />
NOOP</p>
<p>That&#8217;s all I remember from my assembly days. <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Aral, justin everett posted some interesting &#8220;event&#8221; code for fl if you are looking for that to put in your game &#8230; I haven&#8217;t used it yet, but it looked like a good idea.</p>
<p>Happy flash-lite&#8217;ing.</p>
<p>Hopefully we&#8217;ll see AS2 syntax sometime in the future &#8230; <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Leggett</title>
		<link>http://aralbalkan.com/353/comment-page-1#comment-326</link>
		<dc:creator>Richard Leggett</dc:creator>
		<pubDate>Thu, 05 May 2005 01:24:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-326</guid>
		<description>Very true, I dipped into ASM a few years ago but nothing major.  Actually I was considering changing my StringFuncs:varname to the tellTarget code you are using, I can't decide which method I prefer now.&lt;br /&gt;
&lt;br /&gt;
Wouldn't let anyone hear Flash Lite and Assembly in the same sentence though, might scare a few off :p, it's not that bad people! The compiler is pretty intelligent in converting your dot syntax etc. Hope to see some more FL related posts in the future if you get time of course.</description>
		<content:encoded><![CDATA[<p>Very true, I dipped into ASM a few years ago but nothing major.  Actually I was considering changing my StringFuncs:varname to the tellTarget code you are using, I can&#8217;t decide which method I prefer now.</p>
<p>Wouldn&#8217;t let anyone hear Flash Lite and Assembly in the same sentence though, might scare a few off :p, it&#8217;s not that bad people! The compiler is pretty intelligent in converting your dot syntax etc. Hope to see some more FL related posts in the future if you get time of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral Balkan</title>
		<link>http://aralbalkan.com/353/comment-page-1#comment-325</link>
		<dc:creator>Aral Balkan</dc:creator>
		<pubDate>Thu, 05 May 2005 00:37:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-325</guid>
		<description>Oh man, I didn't know you could do StringFunctions:input_str ... well that's going to save me a few tellTargets and evals :) It's really kinda cool learning and re-learning this stuff (it probably would help if I just RTFM (well, the articles, at least that are out there!) &lt;br /&gt;
&lt;br /&gt;
Isn't it eerie how close the Flash 4/Lite way of working is to Assembly language... set some registers than do something :)</description>
		<content:encoded><![CDATA[<p>Oh man, I didn&#8217;t know you could do StringFunctions:input_str &#8230; well that&#8217;s going to save me a few tellTargets and evals <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> It&#8217;s really kinda cool learning and re-learning this stuff (it probably would help if I just RTFM (well, the articles, at least that are out there!) </p>
<p>Isn&#8217;t it eerie how close the Flash 4/Lite way of working is to Assembly language&#8230; set some registers than do something <img src='http://aralbalkan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richardleggett</title>
		<link>http://aralbalkan.com/353/comment-page-1#comment-324</link>
		<dc:creator>richardleggett</dc:creator>
		<pubDate>Wed, 04 May 2005 22:44:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-324</guid>
		<description>Hey Aral, what are you doing playing with Flash Lite, didn't think you were too fond of the idea! :p&lt;br /&gt;
&lt;br /&gt;
Actually, it's really funny going back to Flash 4 style code with hindsight and having been engrossed with AS2 for the last year and whatnot (Unit testing!!).  Here's a kind of string "utils class" that you might find useful:&lt;br /&gt;
&lt;br /&gt;
http://richardleggett.co.uk/downloads/flashlite/string/StringFunctions.zip&lt;br /&gt;
&lt;br /&gt;
Have a nice little virtual pet project coming along, will post it Fri night if interested.</description>
		<content:encoded><![CDATA[<p>Hey Aral, what are you doing playing with Flash Lite, didn&#8217;t think you were too fond of the idea! :p</p>
<p>Actually, it&#8217;s really funny going back to Flash 4 style code with hindsight and having been engrossed with AS2 for the last year and whatnot (Unit testing!!).  Here&#8217;s a kind of string &#8220;utils class&#8221; that you might find useful:</p>
<p><a href="http://richardleggett.co.uk/downloads/flashlite/string/StringFunctions.zip" rel="nofollow">http://richardleggett.co.uk/downloads/flashlite/string/StringFunctions.zip</a></p>
<p>Have a nice little virtual pet project coming along, will post it Fri night if interested.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
