<?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: ActionScript 3 Tooltips</title>
	<atom:link href="http://flashadvanced.com/actionscript-3-basics/hello-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://flashadvanced.com/actionscript-3-basics/hello-world/</link>
	<description>Become an advanced flash developer</description>
	<lastBuildDate>Fri, 13 Aug 2010 13:39:06 +0300</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: izzo</title>
		<link>http://flashadvanced.com/actionscript-3-basics/hello-world/comment-page-1/#comment-1375</link>
		<dc:creator>izzo</dc:creator>
		<pubDate>Wed, 07 Jul 2010 12:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=1#comment-1375</guid>
		<description>How would I adjust this so I can create multiple tooltips and not just one?</description>
		<content:encoded><![CDATA[<p>How would I adjust this so I can create multiple tooltips and not just one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://flashadvanced.com/actionscript-3-basics/hello-world/comment-page-1/#comment-850</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 18 Mar 2010 11:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=1#comment-850</guid>
		<description>addchild with changing text as per requirement on every mouse event instead of writing code on adding mouse.
        //adding text to the tooltip
										holder.descr.text = &quot;xxx&quot;;
										//adding the tooltip to the stage
										addChild(tooltip)</description>
		<content:encoded><![CDATA[<p>addchild with changing text as per requirement on every mouse event instead of writing code on adding mouse.<br />
        //adding text to the tooltip<br />
										holder.descr.text = &#8220;xxx&#8221;;<br />
										//adding the tooltip to the stage<br />
										addChild(tooltip)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodo</title>
		<link>http://flashadvanced.com/actionscript-3-basics/hello-world/comment-page-1/#comment-732</link>
		<dc:creator>Rodo</dc:creator>
		<pubDate>Fri, 12 Feb 2010 16:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=1#comment-732</guid>
		<description>How do I modify holder.descr.text once the movieclip has been added to the stage?

The problem I&#039;m dealing with is that holder.descr.text = &quot;xxx&quot;; is set in the MouseEvent instead of when I am creating the sprite/button that uses the tooltip.</description>
		<content:encoded><![CDATA[<p>How do I modify holder.descr.text once the movieclip has been added to the stage?</p>
<p>The problem I&#8217;m dealing with is that holder.descr.text = &#8220;xxx&#8221;; is set in the MouseEvent instead of when I am creating the sprite/button that uses the tooltip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodo</title>
		<link>http://flashadvanced.com/actionscript-3-basics/hello-world/comment-page-1/#comment-730</link>
		<dc:creator>Rodo</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=1#comment-730</guid>
		<description>If I have two or more buttons, how do I loop through and create them?  All of the tooltips are the same (they all use the last tooltip text).

It&#039;s strange because it&#039;s calling var holder:MovieClip = new MovieClip(); everytime, but it isn&#039;t making a new MovieClip, it&#039;s using the same one.</description>
		<content:encoded><![CDATA[<p>If I have two or more buttons, how do I loop through and create them?  All of the tooltips are the same (they all use the last tooltip text).</p>
<p>It&#8217;s strange because it&#8217;s calling var holder:MovieClip = new MovieClip(); everytime, but it isn&#8217;t making a new MovieClip, it&#8217;s using the same one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://flashadvanced.com/actionscript-3-basics/hello-world/comment-page-1/#comment-542</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Wed, 23 Dec 2009 20:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=1#comment-542</guid>
		<description>Thanks so much for this! Ive been googling for a while now trying to find one that works in AS3 and this was fine! It has really helped me! THANKS!</description>
		<content:encoded><![CDATA[<p>Thanks so much for this! Ive been googling for a while now trying to find one that works in AS3 and this was fine! It has really helped me! THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aoife</title>
		<link>http://flashadvanced.com/actionscript-3-basics/hello-world/comment-page-1/#comment-511</link>
		<dc:creator>Aoife</dc:creator>
		<pubDate>Thu, 17 Dec 2009 02:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=1#comment-511</guid>
		<description>Thanks soo much for that! It has really helped me and is really straighforward to understand!!</description>
		<content:encoded><![CDATA[<p>Thanks soo much for that! It has really helped me and is really straighforward to understand!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
