<?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: MooTools 1.2 for The Non Programmer &#8211; Part 3</title>
	<atom:link href="http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/</link>
	<description>Website Design and Programming Information</description>
	<lastBuildDate>Mon, 30 Aug 2010 15:36:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: george gurrola</title>
		<link>http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/comment-page-1/#comment-109</link>
		<dc:creator>george gurrola</dc:creator>
		<pubDate>Tue, 17 Feb 2009 17:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/#comment-109</guid>
		<description>check out my demo, ic reated using your examples... using the morph, the fade, and the highlight
http://www.gurroladesign.com/mootool/launch_sequence_complete_fade2.html

its a fictional missile launcher, based on some movie i saw... wher the lead is trying to deactivate this robot about to destroy the world, well in my version it launches a missile... i finished the sequence part of it...

once again tahtnks for yoru great tutorials!</description>
		<content:encoded><![CDATA[<p>check out my demo, ic reated using your examples&#8230; using the morph, the fade, and the highlight<br />
<a href="http://www.gurroladesign.com/mootool/launch_sequence_complete_fade2.html" rel="nofollow">http://www.gurroladesign.com/mootool/launch_sequence_complete_fade2.html</a></p>
<p>its a fictional missile launcher, based on some movie i saw&#8230; wher the lead is trying to deactivate this robot about to destroy the world, well in my version it launches a missile&#8230; i finished the sequence part of it&#8230;</p>
<p>once again tahtnks for yoru great tutorials!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george gurrola</title>
		<link>http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/comment-page-1/#comment-107</link>
		<dc:creator>george gurrola</dc:creator>
		<pubDate>Fri, 13 Feb 2009 20:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/#comment-107</guid>
		<description>cool... i got it... some logic and t/e and here it is... thanks so much i&#039;ll upload a demo when i get a chance

add all the effects you want...etc...

window.addEvent(&#039;domready&#039;, function() { // gets the script/dom ready
	$(&#039;click3&#039;).addEvent(&#039;click&#039;, function(e) { // adds click event
			$(&#039;container&#039;).set(&#039;tween&#039;, {
			onComplete: function(e) {
					$(e.id).set(&#039;tween&#039;, { onComplete: Class.empty }); //clses first effect
					$(&#039;container&#039;).set(&#039;tween&#039;, {
					
					onComplete: function(e) {
					$(e.id).set(&#039;tween&#039;, { onComplete: Class.empty }); //closes 2nd effect
					$(e.id).tween(&#039;opacity&#039;, .4);	 // 3rd effect using opacity
				}
				});
										
				    $(e.id).tween(&#039;height&#039;, 600);	 // 2nd effect with height
				}
				});
			
			$(&#039;container&#039;).tween(&#039;width&#039;,400); // 1st main effect using width
		e.stop();
		});
	});</description>
		<content:encoded><![CDATA[<p>cool&#8230; i got it&#8230; some logic and t/e and here it is&#8230; thanks so much i&#8217;ll upload a demo when i get a chance</p>
<p>add all the effects you want&#8230;etc&#8230;</p>
<p>window.addEvent(&#8216;domready&#8217;, function() { // gets the script/dom ready<br />
	$(&#8216;click3&#8242;).addEvent(&#8216;click&#8217;, function(e) { // adds click event<br />
			$(&#8216;container&#8217;).set(&#8216;tween&#8217;, {<br />
			onComplete: function(e) {<br />
					$(e.id).set(&#8216;tween&#8217;, { onComplete: Class.empty }); //clses first effect<br />
					$(&#8216;container&#8217;).set(&#8216;tween&#8217;, {</p>
<p>					onComplete: function(e) {<br />
					$(e.id).set(&#8216;tween&#8217;, { onComplete: Class.empty }); //closes 2nd effect<br />
					$(e.id).tween(&#8216;opacity&#8217;, .4);	 // 3rd effect using opacity<br />
				}<br />
				});</p>
<p>				    $(e.id).tween(&#8216;height&#8217;, 600);	 // 2nd effect with height<br />
				}<br />
				});</p>
<p>			$(&#8216;container&#8217;).tween(&#8216;width&#8217;,400); // 1st main effect using width<br />
		e.stop();<br />
		});<br />
	});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george gurrola</title>
		<link>http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/comment-page-1/#comment-106</link>
		<dc:creator>george gurrola</dc:creator>
		<pubDate>Fri, 13 Feb 2009 19:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/#comment-106</guid>
		<description>cool!... i got it... took some logic thinking... but here it is... it plays one effect, whtever it is, then another whatever it is, then another, etc... and etc...


window.addEvent(&#039;domready&#039;, function() { // gets the script/dom ready
	$(&#039;click3&#039;).addEvent(&#039;click&#039;, function(e) { // adds click event
			$(&#039;container&#039;).set(&#039;tween&#039;, {
			onComplete: function(e) {
					$(e.id).set(&#039;tween&#039;, { onComplete: Class.empty }); //clses first effect
					$(&#039;container&#039;).set(&#039;tween&#039;, {
					
					onComplete: function(e) {
					$(e.id).set(&#039;tween&#039;, { onComplete: Class.empty }); //closes 2nd effect
					$(e.id).tween(&#039;opacity&#039;, .4);	 // 3rd effect using opacity
				}
				});
										
				    $(e.id).tween(&#039;height&#039;, 600);	 // 2nd effect with height
				}
				});
			
			$(&#039;container&#039;).tween(&#039;width&#039;,400); // 1st main effect using width
		e.stop();
		});
	});




once again thank you for your tutorials... ill upload my demo when i get  a chance...</description>
		<content:encoded><![CDATA[<p>cool!&#8230; i got it&#8230; took some logic thinking&#8230; but here it is&#8230; it plays one effect, whtever it is, then another whatever it is, then another, etc&#8230; and etc&#8230;</p>
<p>window.addEvent(&#8216;domready&#8217;, function() { // gets the script/dom ready<br />
	$(&#8216;click3&#8242;).addEvent(&#8216;click&#8217;, function(e) { // adds click event<br />
			$(&#8216;container&#8217;).set(&#8216;tween&#8217;, {<br />
			onComplete: function(e) {<br />
					$(e.id).set(&#8216;tween&#8217;, { onComplete: Class.empty }); //clses first effect<br />
					$(&#8216;container&#8217;).set(&#8216;tween&#8217;, {</p>
<p>					onComplete: function(e) {<br />
					$(e.id).set(&#8216;tween&#8217;, { onComplete: Class.empty }); //closes 2nd effect<br />
					$(e.id).tween(&#8216;opacity&#8217;, .4);	 // 3rd effect using opacity<br />
				}<br />
				});</p>
<p>				    $(e.id).tween(&#8216;height&#8217;, 600);	 // 2nd effect with height<br />
				}<br />
				});</p>
<p>			$(&#8216;container&#8217;).tween(&#8216;width&#8217;,400); // 1st main effect using width<br />
		e.stop();<br />
		});<br />
	});</p>
<p>once again thank you for your tutorials&#8230; ill upload my demo when i get  a chance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george gurrola</title>
		<link>http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/comment-page-1/#comment-105</link>
		<dc:creator>george gurrola</dc:creator>
		<pubDate>Fri, 13 Feb 2009 18:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/#comment-105</guid>
		<description>thanks, yeah that&#039;s what i found out, only multiple tweens of one effect... on the oncomplete example it lets you combine two effects... but im trying to get it to do more... for example one effect triggers another effect on oncomplete and so on... still pretty nice... learning so much just from these examples... thanks...</description>
		<content:encoded><![CDATA[<p>thanks, yeah that&#8217;s what i found out, only multiple tweens of one effect&#8230; on the oncomplete example it lets you combine two effects&#8230; but im trying to get it to do more&#8230; for example one effect triggers another effect on oncomplete and so on&#8230; still pretty nice&#8230; learning so much just from these examples&#8230; thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/comment-page-1/#comment-104</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 13 Feb 2009 18:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/#comment-104</guid>
		<description>@george, the chaining example will only allow you to chain the tween that you created:  in this case, margin-left.  You can chain together multiple tweens by using the complete handler from the first tween to start the next.

Mike</description>
		<content:encoded><![CDATA[<p>@george, the chaining example will only allow you to chain the tween that you created:  in this case, margin-left.  You can chain together multiple tweens by using the complete handler from the first tween to start the next.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george gurrola</title>
		<link>http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/comment-page-1/#comment-103</link>
		<dc:creator>george gurrola</dc:creator>
		<pubDate>Fri, 13 Feb 2009 17:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/#comment-103</guid>
		<description>question... in the chaining example is it possible to chain other effects such as a fade effect, a move effect, a width effect... let me give it a try</description>
		<content:encoded><![CDATA[<p>question&#8230; in the chaining example is it possible to chain other effects such as a fade effect, a move effect, a width effect&#8230; let me give it a try</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george gurrola</title>
		<link>http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/comment-page-1/#comment-102</link>
		<dc:creator>george gurrola</dc:creator>
		<pubDate>Fri, 13 Feb 2009 17:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/#comment-102</guid>
		<description>thanks looking good!</description>
		<content:encoded><![CDATA[<p>thanks looking good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/comment-page-1/#comment-101</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 13 Feb 2009 05:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/#comment-101</guid>
		<description>All fixed.  Wordpress added some code into my javascript.</description>
		<content:encoded><![CDATA[<p>All fixed.  WordPress added some code into my javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george gurrola</title>
		<link>http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/comment-page-1/#comment-100</link>
		<dc:creator>george gurrola</dc:creator>
		<pubDate>Fri, 13 Feb 2009 01:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/#comment-100</guid>
		<description>the chain example from this page is not working, is there something i&#039;m missing? thanks for the tutorials</description>
		<content:encoded><![CDATA[<p>the chain example from this page is not working, is there something i&#8217;m missing? thanks for the tutorials</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/comment-page-1/#comment-90</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 22 Jan 2009 06:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/#comment-90</guid>
		<description>You will need to do the latter.  Each link will need its own separate id.  You could also just use a class and do something like this:

$$(&#039;a.someClass&#039;).addEvent(&#039;click&#039;, function(e) {
myTween.start(100).start(50).start(150).start(100).start(200).start(0);
e.stop();
});

That would work for any links with the class &#039;someClass&#039; on them.</description>
		<content:encoded><![CDATA[<p>You will need to do the latter.  Each link will need its own separate id.  You could also just use a class and do something like this:</p>
<p>$$(&#8216;a.someClass&#8217;).addEvent(&#8216;click&#8217;, function(e) {<br />
myTween.start(100).start(50).start(150).start(100).start(200).start(0);<br />
e.stop();<br />
});</p>
<p>That would work for any links with the class &#8216;someClass&#8217; on them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/comment-page-1/#comment-88</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 22 Jan 2009 00:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/#comment-88</guid>
		<description>I&#039;m having trouble with calling the function twice via links.  Using the example from above:

window.addEvent(&#039;domready&#039;, function() {
	myTween = new Fx.Tween(&#039;moveMe&#039;, &#039;marginLeft&#039;, { link: &#039;chain&#039; });
 
	$(&#039;click1&#039;).addEvent(&#039;click&#039;, function(e) {
		myTween.start(100).start(50).start(150).start(100).start(200).start(0);
		e.stop();
	});
});

....
[a] href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Click Me to See Some Chaining[a]
[a] href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Click Me to See Some Chaining Again[a]

The second link does not work.  What gives? Do I have to make a unique ID for each link I use to call the function?  as in:

window.addEvent(&#039;domready&#039;, function() {
	myTween = new Fx.Tween(&#039;moveMe&#039;, &#039;marginLeft&#039;, { link: &#039;chain&#039; });
 
	$(&#039;click1a&#039;).addEvent(&#039;click&#039;, function(e) {
		myTween.start(100).start(50).start(150).start(100).start(200).start(0);
		e.stop();
	});

	$(&#039;click1b&#039;).addEvent(&#039;click&#039;, function(e) {
		myTween.start(100).start(50).start(150).start(100).start(200).start(0);
		e.stop();
	});

});

....
[a] href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Click Me to See Some Chaining[a]
[a] href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Click Me to See Some Chaining Again[a]

Seems weird...</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble with calling the function twice via links.  Using the example from above:</p>
<p>window.addEvent(&#8216;domready&#8217;, function() {<br />
	myTween = new Fx.Tween(&#8216;moveMe&#8217;, &#8216;marginLeft&#8217;, { link: &#8216;chain&#8217; });</p>
<p>	$(&#8216;click1&#8242;).addEvent(&#8216;click&#8217;, function(e) {<br />
		myTween.start(100).start(50).start(150).start(100).start(200).start(0);<br />
		e.stop();<br />
	});<br />
});</p>
<p>&#8230;.<br />
[a] href=&#8221;#&#8221; rel=&#8221;nofollow&#8221;>Click Me to See Some Chaining[a]<br />
[a] href=&#8221;#&#8221; rel=&#8221;nofollow&#8221;>Click Me to See Some Chaining Again[a]</p>
<p>The second link does not work.  What gives? Do I have to make a unique ID for each link I use to call the function?  as in:</p>
<p>window.addEvent(&#8216;domready&#8217;, function() {<br />
	myTween = new Fx.Tween(&#8216;moveMe&#8217;, &#8216;marginLeft&#8217;, { link: &#8216;chain&#8217; });</p>
<p>	$(&#8216;click1a&#8217;).addEvent(&#8216;click&#8217;, function(e) {<br />
		myTween.start(100).start(50).start(150).start(100).start(200).start(0);<br />
		e.stop();<br />
	});</p>
<p>	$(&#8216;click1b&#8217;).addEvent(&#8216;click&#8217;, function(e) {<br />
		myTween.start(100).start(50).start(150).start(100).start(200).start(0);<br />
		e.stop();<br />
	});</p>
<p>});</p>
<p>&#8230;.<br />
[a] href=&#8221;#&#8221; rel=&#8221;nofollow&#8221;>Click Me to See Some Chaining[a]<br />
[a] href=&#8221;#&#8221; rel=&#8221;nofollow&#8221;>Click Me to See Some Chaining Again[a]</p>
<p>Seems weird&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/comment-page-1/#comment-83</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 18 Dec 2008 00:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/#comment-83</guid>
		<description>I&#039; not really sure what you are trying to do here.  You reference &#039;slider&#039; in your code twice but it isn&#039;t apparent what &#039;slider&#039; is.</description>
		<content:encoded><![CDATA[<p>I&#8217; not really sure what you are trying to do here.  You reference &#8216;slider&#8217; in your code twice but it isn&#8217;t apparent what &#8216;slider&#8217; is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillem</title>
		<link>http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/comment-page-1/#comment-82</link>
		<dc:creator>Guillem</dc:creator>
		<pubDate>Wed, 17 Dec 2008 11:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/#comment-82</guid>
		<description>Hi there,

Hi tryed something like this but it don&#039;t seems to work for me:

	$(&#039;close-slider&#039;).addEvent(&#039;click&#039;, function(e) {
		slider.set(&#039;slideOut&#039;, {
			onComplete: function(e) {
					
					$(&#039;ficheholder&#039;).setStyle(&#039;visibility&#039;, &#039;hidden&#039;);

					
				}
			});
		slider.slideOut();
		e.stop();
	});

thanks for all</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Hi tryed something like this but it don&#8217;t seems to work for me:</p>
<p>	$(&#8216;close-slider&#8217;).addEvent(&#8216;click&#8217;, function(e) {<br />
		slider.set(&#8216;slideOut&#8217;, {<br />
			onComplete: function(e) {</p>
<p>					$(&#8216;ficheholder&#8217;).setStyle(&#8216;visibility&#8217;, &#8216;hidden&#8217;);</p>
<p>				}<br />
			});<br />
		slider.slideOut();<br />
		e.stop();<br />
	});</p>
<p>thanks for all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/comment-page-1/#comment-65</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 10 Sep 2008 02:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/#comment-65</guid>
		<description>e.stop() is used to prevent the normal click event from occurring.  This keeps browsers from following the link if you use it on an anchor tag.  You can also return false from the function and get the same result.  It is good practice to use e.stop() whenever you put a click handler on an anchor tag.  It isn&#039;t necessary to use e.stop() on mouseenter or mouseleave because the browser won&#039;t be trying to follow a link.  In the examples here, I didn&#039;t fill the href=&quot;&quot; part of the tag so it won&#039;t have any effect.  Try filling the href with http://www.google.com with and without e.stop() and you will see.

What is happening in the onComplete handler handler for the tween is this line:  $(e.id).set(&#039;tween&#039;, { onComplete: Class.empty });  That is resetting the onComplete handler to Class.empty which is just an empty function.  Resetting the onComplete handler keeps it from firing the second time when the margin is reset to 0.</description>
		<content:encoded><![CDATA[<p>e.stop() is used to prevent the normal click event from occurring.  This keeps browsers from following the link if you use it on an anchor tag.  You can also return false from the function and get the same result.  It is good practice to use e.stop() whenever you put a click handler on an anchor tag.  It isn&#8217;t necessary to use e.stop() on mouseenter or mouseleave because the browser won&#8217;t be trying to follow a link.  In the examples here, I didn&#8217;t fill the href=&#8221;" part of the tag so it won&#8217;t have any effect.  Try filling the href with <a href="http://www.google.com" rel="nofollow">http://www.google.com</a> with and without e.stop() and you will see.</p>
<p>What is happening in the onComplete handler handler for the tween is this line:  $(e.id).set(&#8216;tween&#8217;, { onComplete: Class.empty });  That is resetting the onComplete handler to Class.empty which is just an empty function.  Resetting the onComplete handler keeps it from firing the second time when the margin is reset to 0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ateck</title>
		<link>http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/comment-page-1/#comment-64</link>
		<dc:creator>ateck</dc:creator>
		<pubDate>Wed, 10 Sep 2008 01:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.prime31.com/Blog/mootools/mootools-12-for-the-non-programmer-part-3/#comment-64</guid>
		<description>First off all, Thanks for your help.
One thing that I don&#039;t understand is, what is this line of code use for?
e.stop();
How come you didn&#039;t include it in &#039;mouseenter&#039;, &#039;mouseleave&#039; event in your Part-4 series.
I&#039;ve try to exclude it, it works fine. How do i decide between include it or exclude it?

Can you explain a little bit more about onComplete: function(e) {}
Why this two lines of codes, didn&#039;t get executed again after oncomplete?
$(&#039;doneMe&#039;).tween(&#039;marginLeft&#039;, &#039;400&#039;);
e.stop();
Cause i don&#039;t see a return statement inside oncomplete function
The prgoram flow will continue to this 2 last lines of codes, I think?

Thanx again</description>
		<content:encoded><![CDATA[<p>First off all, Thanks for your help.<br />
One thing that I don&#8217;t understand is, what is this line of code use for?<br />
e.stop();<br />
How come you didn&#8217;t include it in &#8216;mouseenter&#8217;, &#8216;mouseleave&#8217; event in your Part-4 series.<br />
I&#8217;ve try to exclude it, it works fine. How do i decide between include it or exclude it?</p>
<p>Can you explain a little bit more about onComplete: function(e) {}<br />
Why this two lines of codes, didn&#8217;t get executed again after oncomplete?<br />
$(&#8216;doneMe&#8217;).tween(&#8216;marginLeft&#8217;, &#8217;400&#8242;);<br />
e.stop();<br />
Cause i don&#8217;t see a return statement inside oncomplete function<br />
The prgoram flow will continue to this 2 last lines of codes, I think?</p>
<p>Thanx again</p>
]]></content:encoded>
	</item>
</channel>
</rss>
