<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Simple Actionscript 3.0 Calculator: Flash Tutorial!</title>
	<atom:link href="http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/</link>
	<description>All about Flash website development using templates. Usefull Flash tutorials, SWF 2 FLA decompilers, Flash fonts etc.</description>
	<lastBuildDate>Thu, 09 Sep 2010 02:49:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Avethan</title>
		<link>http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/comment-page-1/#comment-5964</link>
		<dc:creator>Avethan</dc:creator>
		<pubDate>Thu, 04 Feb 2010 01:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/#comment-5964</guid>
		<description>It should look like this... if that helps with syntax

var input1:String;
var input2:String;
var Res:Number;

function equalsClick(event:MouseEvent):void{
input1=num1.text;
input2=num2.text;

if(plusSym==true){
Res = parseInt(input1)+ parseInt(input2);
Res:toString();
results_txt.text=String(Res);
}</description>
		<content:encoded><![CDATA[<p>It should look like this&#8230; if that helps with syntax</p>
<p>var input1:String;<br />
var input2:String;<br />
var Res:Number;</p>
<p>function equalsClick(event:MouseEvent):void{<br />
input1=num1.text;<br />
input2=num2.text;</p>
<p>if(plusSym==true){<br />
Res = parseInt(input1)+ parseInt(input2);<br />
Res:toString();<br />
results_txt.text=String(Res);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GentileAgainstWar</title>
		<link>http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/comment-page-1/#comment-5963</link>
		<dc:creator>GentileAgainstWar</dc:creator>
		<pubDate>Thu, 04 Feb 2010 01:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/#comment-5963</guid>
		<description>Why do one have to make the button a movie clip symbol first before making it a button symbol?</description>
		<content:encoded><![CDATA[<p>Why do one have to make the button a movie clip symbol first before making it a button symbol?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: macfubbie</title>
		<link>http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/comment-page-1/#comment-5962</link>
		<dc:creator>macfubbie</dc:creator>
		<pubDate>Thu, 04 Feb 2010 00:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/#comment-5962</guid>
		<description>can you make white invisible?</description>
		<content:encoded><![CDATA[<p>can you make white invisible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MapleMovieOrg</title>
		<link>http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/comment-page-1/#comment-5961</link>
		<dc:creator>MapleMovieOrg</dc:creator>
		<pubDate>Thu, 04 Feb 2010 00:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/#comment-5961</guid>
		<description>It is in the swf - if you upload it on something like swfcabin and than use HTML to upload it - the background is transparant</description>
		<content:encoded><![CDATA[<p>It is in the swf &#8211; if you upload it on something like swfcabin and than use HTML to upload it &#8211; the background is transparant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zartla</title>
		<link>http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/comment-page-1/#comment-5960</link>
		<dc:creator>zartla</dc:creator>
		<pubDate>Thu, 04 Feb 2010 00:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/#comment-5960</guid>
		<description>only thing that I would change about the calulator, is to set the plusSym:Boolean to true at the beginning</description>
		<content:encoded><![CDATA[<p>only thing that I would change about the calulator, is to set the plusSym:Boolean to true at the beginning</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: b0w5er</title>
		<link>http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/comment-page-1/#comment-5959</link>
		<dc:creator>b0w5er</dc:creator>
		<pubDate>Wed, 03 Feb 2010 23:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/#comment-5959</guid>
		<description>wow... youtube is such a fat git. I subscribed AND commented on your video!</description>
		<content:encoded><![CDATA[<p>wow&#8230; youtube is such a fat git. I subscribed AND commented on your video!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KOmaSHOOTER</title>
		<link>http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/comment-page-1/#comment-5958</link>
		<dc:creator>KOmaSHOOTER</dc:creator>
		<pubDate>Wed, 03 Feb 2010 23:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/#comment-5958</guid>
		<description>Nice Tutorial for getting Started with ActionScript  3.0</description>
		<content:encoded><![CDATA[<p>Nice Tutorial for getting Started with ActionScript  3.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leeuwenha</title>
		<link>http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/comment-page-1/#comment-5957</link>
		<dc:creator>leeuwenha</dc:creator>
		<pubDate>Wed, 03 Feb 2010 22:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/#comment-5957</guid>
		<description>object.visible = false</description>
		<content:encoded><![CDATA[<p>object.visible = false</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sparkytycoon</title>
		<link>http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/comment-page-1/#comment-5956</link>
		<dc:creator>sparkytycoon</dc:creator>
		<pubDate>Wed, 03 Feb 2010 22:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/#comment-5956</guid>
		<description>Rofl you bought CS3 profensional for what you can do with VB? or C++ witch are free. rofl...</description>
		<content:encoded><![CDATA[<p>Rofl you bought CS3 profensional for what you can do with VB? or C++ witch are free. rofl&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mreis1969</title>
		<link>http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/comment-page-1/#comment-5955</link>
		<dc:creator>mreis1969</dc:creator>
		<pubDate>Wed, 03 Feb 2010 21:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.deflash.net/simple-actionscript-3-0-calculator-flash-tutorial/#comment-5955</guid>
		<description>lol? who said that he have bought the product? --&#039;</description>
		<content:encoded><![CDATA[<p>lol? who said that he have bought the product? &#8211;&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
