Comment 2 for bug 680266

Revision history for this message
Spiky Caterpillar (spikycaterpillar) wrote :

That first patch causes a traceback on at least some ATL animations (for example,

    show expression im.Composite((1600,600),
        (0,0),current_cell.background(),
        (800,0),current_cell.background(new_facing)) behind border:
        ypos 32
        xpos 208
        anchor (0,0)
        linear .5 xpos (208-800)

since apparently the child is first set inside update_state. A possibly better patch is attached.