<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Mar 1, 2017 at 1:19 PM, tim Rowledge <span dir="ltr"><<a href="mailto:tim@rowledge.org" target="_blank">tim@rowledge.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">World menu-> objects, click on Multimedia tab.<br>
Blah blah EventRecordingSpace blah blah newStandAlone, addSuppliesFlap etc. </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
It’s new class/code added since 5.1 so somebody must remember what they did and why they didn’t test it.<br></blockquote><div><br></div><div>It's code Tim brought over from the squeakland image, and it used to work fine.</div><div><br></div><div>But it was broken subsequently by a code change in PasteupMorph>>displayWorld.</div><div><br></div><div>That method used to say "self outermostWorldMorph privateOuterDisplayWorld" which looks for the actual world whereas now it accesses worldState directly. I guess Marcel was unaware that there are PasteupMorphs that are not The World, hence do not have a worldState.</div><div><br></div><div>If you revert that method it works, but I'll leave it to Marcel to come up with a proper fix (he deprecated privateOuterDisplayWorld).</div><div><br></div><div>- Bert - </div></div></div></div>