<?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: AS3 Dynamic Speech Bubble Snippet</title>
	<atom:link href="http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/</link>
	<description>since 2004!</description>
	<lastBuildDate>Fri, 29 Jan 2010 09:21:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: daniel</title>
		<link>http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/comment-page-1/#comment-3439</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Sun, 24 Jan 2010 17:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/#comment-3439</guid>
		<description>nice one
handy class
thanks</description>
		<content:encoded><![CDATA[<p>nice one<br />
handy class<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash</title>
		<link>http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/comment-page-1/#comment-3340</link>
		<dc:creator>Ash</dc:creator>
		<pubDate>Thu, 09 Apr 2009 13:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/#comment-3340</guid>
		<description>RhythmOne: This snippet draws the bubble shape only. You would have to create a component to create the text field, etc.</description>
		<content:encoded><![CDATA[<p>RhythmOne: This snippet draws the bubble shape only. You would have to create a component to create the text field, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RhythmOne</title>
		<link>http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/comment-page-1/#comment-3339</link>
		<dc:creator>RhythmOne</dc:creator>
		<pubDate>Wed, 08 Apr 2009 21:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/#comment-3339</guid>
		<description>I am new to ActionScript (but not new to coding/programming). Can someone please enlighten me as to how you would use text with this bubble?  Is there an element to put text into? or would you create a text obj in a layer that resides on top of the bubble.</description>
		<content:encoded><![CDATA[<p>I am new to ActionScript (but not new to coding/programming). Can someone please enlighten me as to how you would use text with this bubble?  Is there an element to put text into? or would you create a text obj in a layer that resides on top of the bubble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikeyq6</title>
		<link>http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/comment-page-1/#comment-3323</link>
		<dc:creator>mikeyq6</dc:creator>
		<pubDate>Mon, 23 Mar 2009 17:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/#comment-3323</guid>
		<description>Nice one. Was looking for a custom renderer for my Flex chart data tips, and this works perfectly. Had more trouble with Flex Docs posting incorrect code!</description>
		<content:encoded><![CDATA[<p>Nice one. Was looking for a custom renderer for my Flex chart data tips, and this works perfectly. Had more trouble with Flex Docs posting incorrect code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BeechyBoy</title>
		<link>http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/comment-page-1/#comment-3314</link>
		<dc:creator>BeechyBoy</dc:creator>
		<pubDate>Fri, 27 Feb 2009 10:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/#comment-3314</guid>
		<description>Got it to do what I needed it to do now, cheers :)</description>
		<content:encoded><![CDATA[<p>Got it to do what I needed it to do now, cheers <img src='http://www.razorberry.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BeechyBoy</title>
		<link>http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/comment-page-1/#comment-3312</link>
		<dc:creator>BeechyBoy</dc:creator>
		<pubDate>Thu, 26 Feb 2009 19:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/#comment-3312</guid>
		<description>Thank you for the swift reply Ash, I&#039;m just having a mental block it seems :s I have a MovieClip on the stage and I want to put the SpeechBubble in it, or use the MovieClip to attach the pointers to... I&#039;d really appreciate a final tip to get this clear in my head. Many thanks Ash.		SpeechBubble.drawSpeechBubble(holder_mc, bubbleBody, 20, pointers);</description>
		<content:encoded><![CDATA[<p>Thank you for the swift reply Ash, I'm just having a mental block it seems :s I have a MovieClip on the stage and I want to put the SpeechBubble in it, or use the MovieClip to attach the pointers to... I'd really appreciate a final tip to get this clear in my head. Many thanks Ash.		SpeechBubble.drawSpeechBubble(holder_mc, bubbleBody, 20, pointers);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash</title>
		<link>http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/comment-page-1/#comment-3311</link>
		<dc:creator>Ash</dc:creator>
		<pubDate>Thu, 26 Feb 2009 14:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/#comment-3311</guid>
		<description>BeechyBoy: This class isn&#039;t designed to be an extension of MovieClip. You need to create a MovieClip on stage, and then pass it in to the static draw method, as in the example.</description>
		<content:encoded><![CDATA[<p>BeechyBoy: This class isn't designed to be an extension of MovieClip. You need to create a MovieClip on stage, and then pass it in to the static draw method, as in the example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BeechyBoy</title>
		<link>http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/comment-page-1/#comment-3310</link>
		<dc:creator>BeechyBoy</dc:creator>
		<pubDate>Thu, 26 Feb 2009 12:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/#comment-3310</guid>
		<description>When I try this out in Flash, it compiles with the following errors:
5000: The class &#039;SpeechBubble&#039; must subclass &#039;flash.display.MovieClip&#039; since it is linked to a library symbol of that type.</description>
		<content:encoded><![CDATA[<p>When I try this out in Flash, it compiles with the following errors:<br />
5000: The class 'SpeechBubble' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sid</title>
		<link>http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/comment-page-1/#comment-3200</link>
		<dc:creator>sid</dc:creator>
		<pubDate>Tue, 30 Dec 2008 15:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/#comment-3200</guid>
		<description>Ash can you share the as2 code...</description>
		<content:encoded><![CDATA[<p>Ash can you share the as2 code...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stringycustard</title>
		<link>http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/comment-page-1/#comment-3189</link>
		<dc:creator>Stringycustard</dc:creator>
		<pubDate>Wed, 26 Nov 2008 10:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/#comment-3189</guid>
		<description>I did something similar, but I tweened all the corners and the tag into new positions (it&#039;s &quot;wobbly&quot; in effect). I don&#039;t have the source anymore unfortunately, as I moved companies but I can redo it if anybody is interested. It was done in AS3 but I can code either...</description>
		<content:encoded><![CDATA[<p>I did something similar, but I tweened all the corners and the tag into new positions (it's "wobbly" in effect). I don't have the source anymore unfortunately, as I moved companies but I can redo it if anybody is interested. It was done in AS3 but I can code either...</p>
]]></content:encoded>
	</item>
</channel>
</rss>
