<div dir="ltr">Setting animation style to &quot;abruptly&quot; did the trick! Thank you! <div><br></div><div>I realize now that I was already creating the &quot;gentle&quot; fade in and out that I wanted in my code, so the &quot;gentle&quot; setting was making it look like it was pausing.  That did the trick!  </div><div><br></div><div>I attached the program (Alice 2)  in case anyone else is curious!</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 8, 2015 at 6:17 PM, Leonel Morales <span dir="ltr">&lt;<a href="mailto:litomd@gmail.com" target="_blank">litomd@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Have you set the duration of all movements to the same amount? Be it 1<br>
second (default) or any other duration inside of each DoTogether all<br>
must be the same.<br>
<br>
Also, the animation style should be begin and end abruptly so the<br>
movement looks smooth.<br>
<br>
If possible, could you send your project to take a look?<br>
<br>
Regards,<br>
<br>
2015-01-08 12:03 GMT-06:00, Kathleen Riley &lt;<a href="mailto:kriley@bishopoconnell.org">kriley@bishopoconnell.org</a>&gt;:<br>
&gt; Inspired by the question about falling snow, I made a simple snow scene<br>
&gt; with four transparent .png panels with snowflakes in the foreground (one<br>
&gt; that stays stationary, and three that:<br>
&gt; (1) appear while moving down,<br>
&gt; (2) disappear while moving down,<br>
&gt; (3) reset to top while invisible,<br>
&gt; and loop endlessly doing this.<br>
&gt;<br>
&gt; It looks great, EXCEPT that there is an annoying pause between each loop<br>
&gt; iteration. Does anyone know whether there is a built in pause at the<br>
&gt; comparison, and, if so, how to get rid of it?<br>
&gt;<br>
&gt; Here is some pseudocode for my loop, after a few lines of initial setup<br>
&gt; code:<br>
&gt;<br>
&gt; LOOP FOREVER:<br>
&gt;     DoTogether:<br>
&gt;         Panel1 appear<br>
&gt;         Panel1 move down .1 meter<br>
&gt;         Panel2 disappear<br>
&gt;         Panel2 move down .1 meter<br>
&gt;         Panel3 move up .2 meter<br>
&gt;<br>
&gt;     DoTogether:<br>
&gt;         Panel3 appear<br>
&gt;         Panel3 move down .1 meter<br>
&gt;         Panel1 disappear<br>
&gt;         Panel1 move down .1 meter<br>
&gt;         Panel2 move up .2 meter<br>
&gt;<br>
&gt;     DoTogether:<br>
&gt;         Panel2 appear<br>
&gt;         Panel2 move down .1 meter<br>
&gt;         Panel3 disappear<br>
&gt;         Panel3 move down .1 meter<br>
&gt;         Panel1 move up .2 meter<br>
&gt;<br>
&gt; Any thoughts would be most welcome!<br>
&gt;<br>
&gt; --<br>
&gt; Kathleen Riley<br>
&gt; Bishop Denis J O&#39;Connell High School<br>
&gt; Arlington, Virginia<br>
&gt;<br>
_______________________________________________<br>
alice-teachers mailing list<br>
<a href="mailto:alice-teachers@lists.andrew.cmu.edu">alice-teachers@lists.andrew.cmu.edu</a><br>
<a href="https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers" target="_blank">https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Kathleen Riley<br>Bishop Denis J O&#39;Connell High School<br>Arlington, Virginia</div></div>
</div>