<p class="MsoNormal">I am stuck in a simple animation. What I am trying to do is
to move a small ball from the position (20,20) to position (400,200) and then
to position (100,100). For this I have written the following code.</p>

<p class="MsoNormal">ball.animate(400,200,100,'linearTween');</p>

<p class="MsoNormal">ball.animate(100,100,100,'linearTween');</p>

<p class="MsoNormal">The animation from (20,20) to (100,100) is visible however
the earlier animation from (20,20) to (400,200) is not seen at all. What can be
the reason ? The total tree is as follows.(ID of the drawing is ball)</p>

<p class="MsoNormal">Page</p>

<p class="MsoNormal">    Drawing</p>

<p class="MsoNormal">   
Interaction</p>

<p class="MsoNormal">        Button</p>

<p class="MsoNormal">             Code</p><p class="MsoNormal"><br></p><p class="MsoNormal">Regards</p><p class="MsoNormal"><br></p><p class="MsoNormal">Ashok </p>