<?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: How to create bubbles in flash (ActionScript 2.0)</title>
	<atom:link href="http://www.flashnutz.com/2009/02/how-to-create-bubbles-in-flash-actionscript-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashnutz.com/2009/02/how-to-create-bubbles-in-flash-actionscript-20/</link>
	<description>HELPING WEB DEVELOPERS DEVELOP</description>
	<lastBuildDate>Thu, 02 Sep 2010 06:32:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Flashnutz</title>
		<link>http://www.flashnutz.com/2009/02/how-to-create-bubbles-in-flash-actionscript-20/comment-page-1/#comment-6121</link>
		<dc:creator>Flashnutz</dc:creator>
		<pubDate>Tue, 13 Jul 2010 04:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=35#comment-6121</guid>
		<description>Hi Mazza,
  You can either resize the actual bubble asset from the library or modify the following in the code and add a buffer.

Original code:
----------------------------------------
scale = 2 + (random(8));
this._width = scale;
this._height = scale;
----------------------------------------

Edited code:
----------------------------------------
var buffer:Number =  50;
scale = 2 + (random(8));
this._width = scale+buffer;
this._height = scale+buffer;
----------------------------------------

Hope that helps....</description>
		<content:encoded><![CDATA[<p>Hi Mazza,<br />
  You can either resize the actual bubble asset from the library or modify the following in the code and add a buffer.</p>
<p>Original code:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
scale = 2 + (random(8));<br />
this._width = scale;<br />
this._height = scale;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Edited code:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
var buffer:Number =  50;<br />
scale = 2 + (random(8));<br />
this._width = scale+buffer;<br />
this._height = scale+buffer;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Hope that helps&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mazza</title>
		<link>http://www.flashnutz.com/2009/02/how-to-create-bubbles-in-flash-actionscript-20/comment-page-1/#comment-6077</link>
		<dc:creator>mazza</dc:creator>
		<pubDate>Fri, 02 Jul 2010 12:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=35#comment-6077</guid>
		<description>hi, 
thanks great work!
how can i make the bubbles bigger?
cheers</description>
		<content:encoded><![CDATA[<p>hi,<br />
thanks great work!<br />
how can i make the bubbles bigger?<br />
cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flashnutz</title>
		<link>http://www.flashnutz.com/2009/02/how-to-create-bubbles-in-flash-actionscript-20/comment-page-1/#comment-5963</link>
		<dc:creator>Flashnutz</dc:creator>
		<pubDate>Thu, 03 Jun 2010 00:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=35#comment-5963</guid>
		<description>Do you mean a timeframe? For example the bubbles stop witin 10 sec?</description>
		<content:encoded><![CDATA[<p>Do you mean a timeframe? For example the bubbles stop witin 10 sec?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy</title>
		<link>http://www.flashnutz.com/2009/02/how-to-create-bubbles-in-flash-actionscript-20/comment-page-1/#comment-5962</link>
		<dc:creator>Billy</dc:creator>
		<pubDate>Wed, 02 Jun 2010 10:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=35#comment-5962</guid>
		<description>How do i stop this in 10 frames time? So it only goes for the ten frams that I want?</description>
		<content:encoded><![CDATA[<p>How do i stop this in 10 frames time? So it only goes for the ten frams that I want?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yahoouj</title>
		<link>http://www.flashnutz.com/2009/02/how-to-create-bubbles-in-flash-actionscript-20/comment-page-1/#comment-3636</link>
		<dc:creator>Yahoouj</dc:creator>
		<pubDate>Tue, 23 Feb 2010 05:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=35#comment-3636</guid>
		<description>Really good work about this website was done. Keep trying more - thanks!</description>
		<content:encoded><![CDATA[<p>Really good work about this website was done. Keep trying more &#8211; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flsahUploaded</title>
		<link>http://www.flashnutz.com/2009/02/how-to-create-bubbles-in-flash-actionscript-20/comment-page-1/#comment-3184</link>
		<dc:creator>flsahUploaded</dc:creator>
		<pubDate>Fri, 15 Jan 2010 15:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=35#comment-3184</guid>
		<description>nice AS2 code...
thanks</description>
		<content:encoded><![CDATA[<p>nice AS2 code&#8230;<br />
thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
