Well, if I can do it with a code , I can write a loop to mimic the random movement of many small particles in a vessel. So when the event is on the tree my tree can become very big. (Is it possible to keep tree elements in a loop? If that is so there should be no problem.)<div>
<br></div><div>Thanks</div><div><br></div><div>Ashok<br><br><div class="gmail_quote">On Sat, Dec 1, 2012 at 6:43 PM, Dave Burnett <span dir="ltr"><<a href="mailto:d_b_burnett@hotmail.com" target="_blank">d_b_burnett@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">
<br>You might be able to capture it with a function, not sure.<div><br></div><div>But the point of the event trap is to stop the flow so the animation will run properly.</div><div><br></div><div>A function, even if it works, will not do that.</div>
<div><br></div><div>What's the problem with using the tree?</div><div><br></div><div><br><div><div></div><hr>Date: Sat, 1 Dec 2012 12:04:50 +0530<div class="im"><br>From: <a href="mailto:ashok.ranade2@gmail.com" target="_blank">ashok.ranade2@gmail.com</a><br>
To: <a href="mailto:xerte@lists.nottingham.ac.uk" target="_blank">xerte@lists.nottingham.ac.uk</a><br>Subject: [Xerte] Re: animation<br><br></div><div><div class="h5"><div>While the animation problem was solved through the use of event icon and setting the properties for icon and event, is there a way of doing it through code without using event icon on the tree? I tried ball.broadcast('onAnimateComplete') but it did not work</div>


<div> </div>
<div>Regards</div>
<div> </div>
<div>Ashok<br><br></div>
<div>On Wed, Nov 28, 2012 at 7:11 PM, Julian Tenney <span dir="ltr"><<a href="mailto:Julian.Tenney@nottingham.ac.uk" target="_blank">Julian.Tenney@nottingham.ac.uk</a>></span> wrote:<br>
<blockquote style="border-left:#ccc 1px solid;padding-left:1ex">
<div lang="EN-GB">
<div>
<p><span style="font-family:'Calibri','sans-serif';color:#1f497d;font-size:11pt">You eed to wait for onAnimateCOmplete as Dave suggested. See the help for setting up events,<u></u><u></u></span></p>

<p><span style="font-family:'Calibri','sans-serif';color:#1f497d;font-size:11pt"><u></u> <u></u></span></p>
<div style="border-bottom:medium none;border-left:medium none;padding-bottom:0cm;padding-left:0cm;padding-right:0cm;border-top:#b5c4df 1pt solid;border-right:medium none;padding-top:3pt">
<p style="margin-left:36pt"><b><span style="font-family:'Tahoma','sans-serif';font-size:10pt" lang="EN-US">From:</span></b><span style="font-family:'Tahoma','sans-serif';font-size:10pt" lang="EN-US"> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<a href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Ashok Ranade<br>

<b>Sent:</b> 28 November 2012 12:44<br><b>To:</b> Xerte discussion list<br><b>Subject:</b> [Xerte] Re: animation<u></u><u></u></span></p></div>
<div>
<div>
<p style="margin-left:36pt"><u></u> <u></u></p>
<div>
<p style="margin-left:36pt">Dear Mr.Julian<u></u><u></u></p></div>
<div>
<p style="margin-left:36pt"><u></u> <u></u></p></div>
<p style="margin-left:36pt">Thanks for your prompt reply. But I have still not succeeded. I have attached a loop for creating wait. But now the spot remains in the original position (20,20) for the wait period and then the second animation starts. The first animation is just not getting executed(Seemingly). Incidentally the third parameter in the animate function should perhaps provide the delay automatically?<u></u><u></u></p>


<div>
<p style="margin-left:36pt"><u></u> <u></u></p></div>
<div>
<p style="margin-left:36pt">Well following is the modified code. <u></u><u></u></p></div>
<div>
<p style="margin-left:36pt"><u></u> <u></u></p></div>
<div>
<div>
<p style="margin-left:36pt">ball.animate(400,200,100,'linearTween');<u></u><u></u></p></div>
<div>
<p style="margin-left:36pt">var i:Number = 0;<u></u><u></u></p></div>
<div>
<p style="margin-left:36pt">while (true) { <u></u><u></u></p></div>
<div>
<p style="margin-left:36pt"> <u></u><u></u></p></div>
<div>
<p style="margin-left:36pt"> if (i >= 20000) { <u></u><u></u></p></div>
<div>
<p style="margin-left:36pt"> break; // this will terminate/exit the loop <u></u><u></u></p></div>
<div>
<p style="margin-left:36pt"> } <u></u><u></u></p></div>
<div>
<p style="margin-left:36pt"> i++; <u></u><u></u></p></div>
<div>
<p style="margin-left:36pt">} <u></u><u></u></p></div>
<div>
<p style="margin-left:36pt"><u></u> <u></u></p></div>
<div>
<p style="margin-left:36pt">ball.animate(100,100,100,'linearTween');<u></u><u></u></p></div>
<div>
<p style="margin-left:36pt"><u></u> <u></u></p></div>
<div>
<p style="margin-left:36pt">thanking you <u></u><u></u></p></div>
<div>
<p style="margin-left:36pt"><u></u> <u></u></p></div>
<div>
<p style="margin-left:36pt">yours sincerely<u></u><u></u></p></div>
<div>
<p style="margin-left:36pt"><u></u> <u></u></p></div>
<div>
<p style="margin-left:36pt">Ashok<u></u><u></u></p></div>
<p style="margin-left:36pt"><u></u> <u></u></p>
<div>
<p style="margin-left:36pt">On Wed, Nov 28, 2012 at 3:04 PM, Julian Tenney <<a href="mailto:Julian.Tenney@nottingham.ac.uk" target="_blank">Julian.Tenney@nottingham.ac.uk</a>> wrote:<u></u><u></u></p>

<div>
<div>
<p style="margin-left:36pt"><span style="font-family:'Calibri','sans-serif';color:#1f497d;font-size:11pt">You’re not waiting for the first animation to complete before starting the second one.</span><u></u><u></u></p>


<p style="margin-left:36pt"><span style="font-family:'Calibri','sans-serif';color:#1f497d;font-size:11pt"> </span><u></u><u></u></p>
<div style="border-bottom:medium none;border-left:medium none;padding-bottom:0cm;padding-left:0cm;padding-right:0cm;border-top:#b5c4df 1pt solid;border-right:medium none;padding-top:3pt">
<p style="margin-left:72pt"><b><span style="font-family:'Tahoma','sans-serif';font-size:10pt" lang="EN-US">From:</span></b><span style="font-family:'Tahoma','sans-serif';font-size:10pt" lang="EN-US"> <a href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<a href="mailto:xerte-bounces@lists.nottingham.ac.uk" target="_blank">xerte-bounces@lists.nottingham.ac.uk</a>] <b>On Behalf Of </b>Ashok Ranade<br>

<b>Sent:</b> 28 November 2012 00:50<br><b>To:</b> <a href="mailto:xerte@lists.nottingham.ac.uk" target="_blank">xerte@lists.nottingham.ac.uk</a><br><b>Subject:</b> [Xerte] animation</span><u></u><u></u></p></div>
<div>
<div>
<p style="margin-left:72pt"> <u></u><u></u></p>
<p style="margin-left:72pt">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.<u></u><u></u></p>


<p style="margin-left:72pt">ball.animate(400,200,100,'linearTween');<u></u><u></u></p>
<p style="margin-left:72pt">ball.animate(100,100,100,'linearTween');<u></u><u></u></p>
<p style="margin-left:72pt">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)<u></u><u></u></p>


<p style="margin-left:72pt">Page<u></u><u></u></p>
<p style="margin-left:72pt">    Drawing<u></u><u></u></p>
<p style="margin-left:72pt">    Interaction<u></u><u></u></p>
<p style="margin-left:72pt">        Button<u></u><u></u></p>
<p style="margin-left:72pt">             Code<u></u><u></u></p>
<p style="margin-left:72pt"> <u></u><u></u></p>
<p style="margin-left:72pt">Regards<u></u><u></u></p>
<p style="margin-left:72pt"> <u></u><u></u></p>
<p style="margin-left:72pt">Ashok <u></u><u></u></p></div></div></div>
<p style="margin-bottom:12pt;margin-left:36pt;margin-right:0cm"><br><br><u></u><u></u></p></div>
<p style="margin-bottom:12pt;margin-left:36pt;margin-right:0cm"><br>_______________________________________________<br>Xerte mailing list<br><a href="mailto:Xerte@lists.nottingham.ac.uk" target="_blank">Xerte@lists.nottingham.ac.uk</a><br>

<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><u></u><u></u></p></div>
<p style="margin-left:36pt"><u></u> <u></u></p></div></div></div></div><br><br><br></div><br>_______________________________________________<br>Xerte mailing list<br><a href="mailto:Xerte@lists.nottingham.ac.uk" target="_blank">Xerte@lists.nottingham.ac.uk</a><br>

<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br><br></blockquote></div><br>
<br>_______________________________________________
Xerte mailing list
<a href="mailto:Xerte@lists.nottingham.ac.uk" target="_blank">Xerte@lists.nottingham.ac.uk</a>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a></div></div></div></div>                                           </div>
<br><br>
<br></div>
<br>_______________________________________________<br>
Xerte mailing list<br>
<a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
<br></blockquote></div><br></div>