<div dir="ltr">Inspired by the question about falling snow, I made a simple snow scene with four transparent .png panels with snowflakes in the foreground (one that stays stationary, and three that:<div>(1) appear while moving down, </div><div>(2) disappear while moving down,</div><div>(3) reset to top while invisible,</div><div>and loop endlessly doing this. <br></div><div><br></div><div>It looks great, EXCEPT that there is an annoying pause between each loop iteration. Does anyone know whether there is a built in pause at the comparison, and, if so, how to get rid of it? <br></div><div><br></div><div>Here is some pseudocode for my loop, after a few lines of initial setup code:</div><div><br></div><div>LOOP FOREVER:</div><div>    DoTogether: </div><div>        Panel1 appear</div><div>        Panel1 move down .1 meter</div><div>        Panel2 disappear</div><div>        Panel2 move down .1 meter</div><div>        Panel3 move up .2 meter</div><div><br></div><div><div>    DoTogether: </div><div>        Panel3 appear</div><div>        Panel3 move down .1 meter</div><div>        Panel1 disappear</div><div>        Panel1 move down .1 meter</div><div>        Panel2 move up .2 meter</div></div><div><br></div><div><div>    DoTogether: </div><div>        Panel2 appear</div><div>        Panel2 move down .1 meter</div><div>        Panel3 disappear</div><div>        Panel3 move down .1 meter</div><div>        Panel1 move up .2 meter</div></div><div><br></div><div>Any thoughts would be most welcome!</div><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>