>From informal use, I can report that I am accustomed to Animate being called nowhere besides the outside container of the shoes app.
What would happen if you said @q = flow do.... and then put the animate block outside of the flow, after it, and put "@q.clear do" in the block? On Feb 16, 2008 10:28 AM, Bilal . <[EMAIL PROTECTED]> wrote: > Consider the following code > > Shoes.app :width => 200, :height => 200 do > #flow do > fill rgb(0xC0, 0xD1, 0xF1, 0.6) > animate do > clear do > rect :left => 50, :top => 50, :width => 100, :height => 100 > end > end > #end > end > > It does not behave properly when the lines are uncommented. Is the > behaviour expected? > Can anyone explain what's going on behind the scenes when animate > thread runs in a layout. >
