var w=WorldMorph.current() var x; w.submorphs.forEach(function(ea) { ea.submorphs.forEach(function(ea2) { if (ea2 instanceof ImageMorph) x=ea2 }); }); x.layoutChanged() Lively Kernel canvas