<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Where I can I get a counter thingy for a powerpoint slide?</title>
	<link>http://ask.metafilter.com/41101/Where-I-can-I-get-a-counter-thingy-for-a-powerpoint-slide/</link>
	<description>Comments on Ask MetaFilter post Where I can I get a counter thingy for a powerpoint slide?</description>
	<pubDate>Wed, 28 Jun 2006 08:54:55 -0800</pubDate>
	<lastBuildDate>Wed, 28 Jun 2006 08:54:55 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Where I can I get a counter thingy for a powerpoint slide?</title>
		<link>http://ask.metafilter.com/41101/Where-I-can-I-get-a-counter-thingy-for-a-powerpoint-slide</link>	
		<description>I&apos;m looking for a counter to put on a powerpoint slide that will count up to a number of my choosing.  Is there such a thing?  I want to be able to say e.g. there are surprising number of widgets in this country and then have the counter ticking up as I&apos;m tallking and then stop at the right number.  Variable speed would be good, in case I need big numbers.  Any ideas? </description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.41101</guid>
		<pubDate>Wed, 28 Jun 2006 08:42:34 -0800</pubDate>
		<dc:creator>janecr</dc:creator>
		
			<category>applet</category>
		
			<category>counter</category>
		
	</item> <item>
		<title>By: unixrat</title>
		<link>http://ask.metafilter.com/41101/Where-I-can-I-get-a-counter-thingy-for-a-powerpoint-slide#633019</link>	
		<description>VBA.   Check around the office to see if anyone knows it.  Aw, hell, here&apos;s 90% of what you&apos;ll need...&lt;br&gt;
&lt;br&gt;
&lt;code&gt;&lt;br&gt;
const COUNT_TO_THIS_NUMBER = 1000000&lt;br&gt;
Dim intCount as integer&lt;br&gt;
&lt;br&gt;
for intcount=1 to COUNT_TO_THIS_NUMBER step 1&lt;br&gt;
    me.lblCounter.caption = cstr(intCount)&lt;br&gt;
next intcount&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
For timed counts to a certain number, you&apos;ll have to integrate it with a timer.  See your programmer for more details.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41101-633019</guid>
		<pubDate>Wed, 28 Jun 2006 08:54:55 -0800</pubDate>
		<dc:creator>unixrat</dc:creator>
	</item><item>
		<title>By: davcoo</title>
		<link>http://ask.metafilter.com/41101/Where-I-can-I-get-a-counter-thingy-for-a-powerpoint-slide#633020</link>	
		<description>If you can find/create an &lt;a href=&quot;http://www.gifanimations.com/Image/Animations/Counters/~TS1151509890054/Fast_spinning_2.gif&quot;&gt;animated GIF&lt;/a&gt;, you can insert it into a slide (Insert &amp;gt; Picture &amp;gt; From File...).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41101-633020</guid>
		<pubDate>Wed, 28 Jun 2006 08:55:48 -0800</pubDate>
		<dc:creator>davcoo</dc:creator>
	</item><item>
		<title>By: Gungho</title>
		<link>http://ask.metafilter.com/41101/Where-I-can-I-get-a-counter-thingy-for-a-powerpoint-slide#633033</link>	
		<description>or a QT movie or a Flash show...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41101-633033</guid>
		<pubDate>Wed, 28 Jun 2006 09:17:31 -0800</pubDate>
		<dc:creator>Gungho</dc:creator>
	</item><item>
		<title>By: utsutsu</title>
		<link>http://ask.metafilter.com/41101/Where-I-can-I-get-a-counter-thingy-for-a-powerpoint-slide#633041</link>	
		<description>Couldn&apos;t you also do this strictly in Powerpoint through the use of transitions?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41101-633041</guid>
		<pubDate>Wed, 28 Jun 2006 09:35:26 -0800</pubDate>
		<dc:creator>utsutsu</dc:creator>
	</item><item>
		<title>By: empath</title>
		<link>http://ask.metafilter.com/41101/Where-I-can-I-get-a-counter-thingy-for-a-powerpoint-slide#633047</link>	
		<description>If you have access to a webserver you can use javascript:&lt;br&gt;
&lt;br&gt;
http://www.thinkvitamin.com/features/ajax/create-your-own-ajax-effects</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41101-633047</guid>
		<pubDate>Wed, 28 Jun 2006 09:41:00 -0800</pubDate>
		<dc:creator>empath</dc:creator>
	</item><item>
		<title>By: janecr</title>
		<link>http://ask.metafilter.com/41101/Where-I-can-I-get-a-counter-thingy-for-a-powerpoint-slide#633173</link>	
		<description>Thanks for suggestions so far, but no one in my office knows VBA, don&apos;t have a programmer, don&apos;t know to create an animated GIF or QT movie or Flash show or have access to a webserver (and I was hoping to use it tomorrow!)  Transitions sounds more promising although haven&apos;t used these before either...  Will check this out, but any other lower tech, quick solutions very gratefully received...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41101-633173</guid>
		<pubDate>Wed, 28 Jun 2006 11:38:18 -0800</pubDate>
		<dc:creator>janecr</dc:creator>
	</item><item>
		<title>By: utsutsu</title>
		<link>http://ask.metafilter.com/41101/Where-I-can-I-get-a-counter-thingy-for-a-powerpoint-slide#633235</link>	
		<description>I just tried out my idea in Powerpoint. It&apos;s not transitions, I should have said Animations.&lt;br&gt;
&lt;br&gt;
What I did was create a slide and added a handful of random clipart. In your case, you could create images of each number, all the same size.&lt;br&gt;
&lt;br&gt;
Place the images where you want them, all stacked on top of each other. Select the first image and add an animation to it. I chose Entrance &amp;gt; Appear. Then right click on the animation (in the list in the &quot;Custom Animation&quot; pane on the right), choose Start after Previous. Then, right click on it again and choose Timing. Set the Delay for 1 second.&lt;br&gt;
&lt;br&gt;
Repeat this for every number image and boom, each number replaces the last at a 1 second interval. Also, you can set the first one to &quot;On Click&quot; instead of &quot;Start after Previous, so the count wouldnt start until you click or press space bar.&lt;br&gt;
&lt;br&gt;
This is a pain to set up and is a lot of work if you are counting to a high number, but it gets the job done without using any external software except for maybe a graphics editor.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41101-633235</guid>
		<pubDate>Wed, 28 Jun 2006 12:41:11 -0800</pubDate>
		<dc:creator>utsutsu</dc:creator>
	</item><item>
		<title>By: Bobtheordinary</title>
		<link>http://ask.metafilter.com/41101/Where-I-can-I-get-a-counter-thingy-for-a-powerpoint-slide#633236</link>	
		<description>I agree with utsutsu, transitions is the simplest/lowest tech way to do it. Just make a series of images with the numbers you want, then quickly transition them from one to the next. You can count by 10s, 100s, etc. for larger numbers. I&apos;ve done it before and it&apos;s more of a time consumer than a challenge.&lt;br&gt;
&lt;br&gt;
You can also do the same with graphs. Just replace each image with the next one in series.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41101-633236</guid>
		<pubDate>Wed, 28 Jun 2006 12:41:23 -0800</pubDate>
		<dc:creator>Bobtheordinary</dc:creator>
	</item><item>
		<title>By: Bobtheordinary</title>
		<link>http://ask.metafilter.com/41101/Where-I-can-I-get-a-counter-thingy-for-a-powerpoint-slide#633237</link>	
		<description>Dang, utsutsu, you&apos;re quick! Animations, you&apos;re right. Numbers are easy, they&apos;re just text boxes. Graphs or other pictures require creation to make but work the same way once they&apos;re made.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.41101-633237</guid>
		<pubDate>Wed, 28 Jun 2006 12:43:01 -0800</pubDate>
		<dc:creator>Bobtheordinary</dc:creator>
	</item>
	</channel>
</rss>
