

































<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How to Pause a Timeline (AS3)</title>
	<link>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3</link>
	<description>Luck is the residue of good design.</description>
	<pubDate>Tue, 07 Feb 2012 19:31:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Chris G</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-593818</link>
		<pubDate>Wed, 14 Dec 2011 18:59:17 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-593818</guid>
					<description>Thanks, David.  I got it working!</description>
		<content:encoded><![CDATA[<p>Thanks, David.  I got it working!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-593732</link>
		<pubDate>Wed, 14 Dec 2011 13:39:37 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-593732</guid>
					<description>&lt;strong&gt;To Elle ...&lt;/strong&gt;

Thanks!

&lt;strong&gt;To Chris...&lt;/strong&gt;

That error message just means you're declaring the same variable more than once in a given timeline.  AS2 was okay with that, but AS3 is more strict.  See the &quot;A note about variables in ActionScript 3.0&quot; section at the very end of the article above for what to do.</description>
		<content:encoded><![CDATA[<p><strong>To Elle &#8230;</strong></p>
<p>Thanks!</p>
<p><strong>To Chris&#8230;</strong></p>
<p>That error message just means you&#8217;re declaring the same variable more than once in a given timeline.  AS2 was okay with that, but AS3 is more strict.  See the &#8220;A note about variables in ActionScript 3.0&#8243; section at the very end of the article above for what to do.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Chris G</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-593728</link>
		<pubDate>Wed, 14 Dec 2011 13:11:36 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-593728</guid>
					<description>Thanks for posting the code.  How would I add multiple pauses?  When I put the same code in again further down the timeline in my animation, I receive a compiler error for the second location:  &quot;1151: A conflict exists with definition timer in namespace internal.&quot;  How do I resolve this problem?  I am putting a flash animation that is 37 seconds long into a presentation with narration in Captivate and need it to pause at a few locations so that a viewer can take in the information as well as allow the narration to catch up with the animation.

Any help is appreciated.  Thanks again!

--Chris</description>
		<content:encoded><![CDATA[<p>Thanks for posting the code.  How would I add multiple pauses?  When I put the same code in again further down the timeline in my animation, I receive a compiler error for the second location:  &#8220;1151: A conflict exists with definition timer in namespace internal.&#8221;  How do I resolve this problem?  I am putting a flash animation that is 37 seconds long into a presentation with narration in Captivate and need it to pause at a few locations so that a viewer can take in the information as well as allow the narration to catch up with the animation.</p>
<p>Any help is appreciated.  Thanks again!</p>
<p>&#8211;Chris
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Elle</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-536498</link>
		<pubDate>Fri, 03 Jun 2011 01:02:07 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-536498</guid>
					<description>Thank you for providing this code - it's great!</description>
		<content:encoded><![CDATA[<p>Thank you for providing this code - it&#8217;s great!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-536086</link>
		<pubDate>Wed, 01 Jun 2011 15:08:54 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-536086</guid>
					<description>&lt;strong&gt;To Richard, Rich, Dana, and Jamie ...&lt;/strong&gt;

Thanks!

&lt;strong&gt;To Eric ...&lt;/strong&gt;

The issue about removing the variable declaration is covered in &quot;A note about variables in ActionScript 3.0&quot; above.  As it turns out, you can snip out a bit more, as shown in the very last example (I updated it just now, because it was a bit longer before my revision).

As far as an &quot;AS3 for Dummies&quot; type manual, that's a good question.  My answer would probably be affected by whether or not you intend to do most of your coding in timeline keyframes or in external files (i.e., class files).  Tom Green's and my &lt;em&gt;Foundation Flash CS3 for Designers&lt;/em&gt;, and its CS4 update, features a full chapter on ActionScript 3.0 that has received numerous positive commments (one reader went so far as to say the chapter is worth the cost of the book).  Tom recently co-authored the CS5 update with Tiago Dias (our tech editor for the previous editions), and they decided to keep the same ActionScript chapter nearly intact.

For keyframe coding, this might be a good choice for you.  If you want to venture into coding that gets stored in separate files, you might want to check out &lt;em&gt;Learning ActionScript 3.0: A Beginner's Guide&lt;/em&gt;, by Rich Shupe and Zevan Rosser.  Rich and I co-authored a book for O'Reilly -- he really knows his stuff!</description>
		<content:encoded><![CDATA[<p><strong>To Richard, Rich, Dana, and Jamie &#8230;</strong></p>
<p>Thanks!</p>
<p><strong>To Eric &#8230;</strong></p>
<p>The issue about removing the variable declaration is covered in &#8220;A note about variables in ActionScript 3.0&#8243; above.  As it turns out, you can snip out a bit more, as shown in the very last example (I updated it just now, because it was a bit longer before my revision).</p>
<p>As far as an &#8220;AS3 for Dummies&#8221; type manual, that&#8217;s a good question.  My answer would probably be affected by whether or not you intend to do most of your coding in timeline keyframes or in external files (i.e., class files).  Tom Green&#8217;s and my <em>Foundation Flash CS3 for Designers</em>, and its CS4 update, features a full chapter on ActionScript 3.0 that has received numerous positive commments (one reader went so far as to say the chapter is worth the cost of the book).  Tom recently co-authored the CS5 update with Tiago Dias (our tech editor for the previous editions), and they decided to keep the same ActionScript chapter nearly intact.</p>
<p>For keyframe coding, this might be a good choice for you.  If you want to venture into coding that gets stored in separate files, you might want to check out <em>Learning ActionScript 3.0: A Beginner&#8217;s Guide</em>, by Rich Shupe and Zevan Rosser.  Rich and I co-authored a book for O&#8217;Reilly &#8212; he really knows his stuff!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Eric</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-536079</link>
		<pubDate>Wed, 01 Jun 2011 14:31:15 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-536079</guid>
					<description>Thank you very much for this code.  It works great! 

 In In Flash CS5 I had to remove the variable declaration part- &quot;var timer:Timer = new Timer(3000, 1);&quot; from any subsequent instances of this action for it to work.  

Can you please recommend an &quot;AS3 for dummies&quot; type manual for newbies?</description>
		<content:encoded><![CDATA[<p>Thank you very much for this code.  It works great! </p>
<p> In In Flash CS5 I had to remove the variable declaration part- &#8220;var timer:Timer = new Timer(3000, 1);&#8221; from any subsequent instances of this action for it to work.  </p>
<p>Can you please recommend an &#8220;AS3 for dummies&#8221; type manual for newbies?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jamie</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-521976</link>
		<pubDate>Mon, 04 Apr 2011 21:19:51 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-521976</guid>
					<description>Finally! Your solution allows me to make multiple timeline pauses and it works. Lots of others only half explain the process and coding.

thanks
Jamie</description>
		<content:encoded><![CDATA[<p>Finally! Your solution allows me to make multiple timeline pauses and it works. Lots of others only half explain the process and coding.</p>
<p>thanks<br />
Jamie
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Dana</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-462776</link>
		<pubDate>Wed, 09 Jun 2010 18:42:26 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-462776</guid>
					<description>Thanks David! I've tried so many different scripts and only yours is working! I really appreciate it--it's been a great help.

Dana</description>
		<content:encoded><![CDATA[<p>Thanks David! I&#8217;ve tried so many different scripts and only yours is working! I really appreciate it&#8211;it&#8217;s been a great help.</p>
<p>Dana
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Rich W</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-450665</link>
		<pubDate>Tue, 13 Apr 2010 10:09:05 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-450665</guid>
					<description>Works great! thanks!</description>
		<content:encoded><![CDATA[<p>Works great! thanks!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Richard Elmes</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-437552</link>
		<pubDate>Sat, 30 Jan 2010 14:39:51 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-pause-timeline-as3#comment-437552</guid>
					<description>Hey thanks fr this. I am a newby to AS3 and fnd it difficult. I am planning to redesign my website and add in some flash so I am extremely grateful to you for this script.

Keep up the great work</description>
		<content:encoded><![CDATA[<p>Hey thanks fr this. I am a newby to AS3 and fnd it difficult. I am planning to redesign my website and add in some flash so I am extremely grateful to you for this script.</p>
<p>Keep up the great work
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

