<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1030732" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1030732</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-control-actions#comment-1179379</link>
    <description> &lt;p&gt;Glad I could help!&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Sep 2005 16:12:36 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1179379 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-control-actions#comment-1179374</link>
    <description> &lt;p&gt;I figured it out... thanks&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Sep 2005 15:43:18 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1179374 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-control-actions#comment-1179365</link>
    <description> &lt;p&gt;Here is a very basic version of the code that is not working properly for me.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;	function dealPlayers(){&lt;br /&gt;		for(i=0;i&amp;lt;=200;i++){&lt;br /&gt;			setTimeout(&amp;quot;setCardLoc(p1c1,i,70)&amp;quot;,200);&lt;br /&gt;		}&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;	function setCardLoc(cID,nLeft,nTop){&lt;br /&gt;		cID.style.left = nLeft;&lt;br /&gt;		cID.style.top = nTop;&lt;br /&gt;	}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;After 2/10 of a second the card shows up at top=70 and left=200.  Shouldn&#039;t it move 200 times between the start and end of this loop waiting 2/10 of a second each time?&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Sep 2005 14:24:16 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1179365 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-control-actions#comment-1179288</link>
    <description> &lt;p&gt;Thank you for the help.  I will try to use that and see how it turns out.&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Sep 2005 23:23:48 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1179288 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-control-actions#comment-1179276</link>
    <description> &lt;p&gt;I&#039;m glad to know someone else knows flash isnt always the answer. &lt;/p&gt;
&lt;p&gt;To pause between finction one and function two...&lt;br /&gt;
This is the last line of function one:&lt;br /&gt;
&lt;code&gt;setTimeout(&amp;quot;functionTwo()&amp;quot;,100);&lt;/code&gt;&#039;&lt;br /&gt;
The second value is Ticks. 100 ticks = one second ( I think )&lt;/p&gt;
&lt;p&gt;Another realistic visual moveing technique is what flash refers to as &quot;ease&quot;. Where the object slows down or speds up slightly before reaching it&#039;s destination. That&#039;s alot harder to do then one line of code though.&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Sep 2005 20:48:06 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1179276 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
