<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0">
<channel><title><![CDATA[ActionScript.org Flash, Flex and ActionScript Resources - Comments for article: Creating a Mandelbrot-set]]></title><link>http://www.actionscript.org/resources</link><description /><language>en-us</language><copyright><![CDATA[http://www.actionscript.org/resources]]></copyright><generator>N/A</generator><webMaster>general.redirect@gmail.com</webMaster><lastBuildDate>Mon, 23 Nov 2009 10:52:32 CST</lastBuildDate><ttl>20</ttl><item><title><![CDATA[Comment #1]]></title><link>http://www.actionscript.org/resources/articles/614/1/Creating-a-Mandelbrot-set/Page1.html#Comment7732</link><description><![CDATA[It doesn't work - big waste of time.

1037: Packages cannot be nested.<br/><br/>
(Comment posted by Dave Miller at 9:10 am, Sun 25th Nov 2007)]]></description><author>no@spam.com (Dave Miller)</author><pubDate><![CDATA[Sun, 25 Nov 2007 09:10:43 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/614/1/Creating-a-Mandelbrot-set/Page1.html#Comment7732</guid></item><item><title><![CDATA[Comment #2]]></title><link>http://www.actionscript.org/resources/articles/614/1/Creating-a-Mandelbrot-set/Page1.html#Comment10475</link><description><![CDATA["Packages cannot be nested" error happens because you need to place this code to separate *.as file. So save it as Mandelbrot.as and place in some directory.

Then create new flash *.fla file in the same directory and write next code inside at first frame:

var mandelbrot : Mandelbrot = new Mandelbrot();
this.addChild(mandelbrot);

And it works :)<br/><br/>
(Comment posted by Stanislav Zayarsky at 10:04 am, Thu 27th Mar 2008)]]></description><author>no@spam.com (Stanislav Zayarsky)</author><pubDate><![CDATA[Thu, 27 Mar 2008 10:04:45 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/614/1/Creating-a-Mandelbrot-set/Page1.html#Comment10475</guid></item></channel></rss>