<?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: Flash and Actionscript Basics</title>
	<atom:link href="http://www.letterneversent.com/flash-and-actionscript-basics/1871/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.letterneversent.com/flash-and-actionscript-basics/1871/</link>
	<description>Tell me when to go.</description>
	<lastBuildDate>Thu, 02 Feb 2012 11:46:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: srinoj</title>
		<link>http://www.letterneversent.com/flash-and-actionscript-basics/1871/comment-page-1/#comment-42566</link>
		<dc:creator>srinoj</dc:creator>
		<pubDate>Mon, 25 Sep 2006 04:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.letterneversent.com/?p=1871#comment-42566</guid>
		<description>hi, i would like to some more basics i am using a next and previous buttons. for next button, i gave the following AS.

on (release) {
	gotoAndPlay(&quot;34&quot;);
}

This tells to goto or jump to particular frame.

but when used the same script for previous button like

on (release) {
	gotoAndPlay(&quot;5&quot;);
}

in the above AS am asking to play back the 5th frame instead it plays the next frame only i.e the 35th frame. wats wrong  with my AS. please do clear my doubt and give any idea how to do it.</description>
		<content:encoded><![CDATA[<p>hi, i would like to some more basics i am using a next and previous buttons. for next button, i gave the following AS.</p>
<p>on (release) {<br />
	gotoAndPlay(&#8220;34&#8243;);<br />
}</p>
<p>This tells to goto or jump to particular frame.</p>
<p>but when used the same script for previous button like</p>
<p>on (release) {<br />
	gotoAndPlay(&#8220;5&#8243;);<br />
}</p>
<p>in the above AS am asking to play back the 5th frame instead it plays the next frame only i.e the 35th frame. wats wrong  with my AS. please do clear my doubt and give any idea how to do it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

