<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">This isn’t much help but….</div><div class=""><br class=""></div>Just browsing implementors of #newStandAlone and then #initializeStandAlone (send from #newStandAlone), it looks like it has to do with creating an “example” morph that can “stand alone” in a parts bin.  Some morphs definitely act differently in the parts bin (like the trash morph).  To see the difference in one example, look at StringMorph’s #initialize vs #initializeStandAlone and note the differences between:<div class=""><br class=""></div><div class="">StringMorph new openInWorld.</div><div class="">StringMorph newStandAlone openInWorld.</div><div class=""><br class=""></div><div class="">David</div><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jul 25, 2019, at 10:59 AM, John-Reed Maffeo <<a href="mailto:jrmaffeo@gmail.com" class="">jrmaffeo@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_default" style="font-size:small">What is the difference between these new messages? I created objects using both and I don't see anything different other (object number ?)</div><div class="gmail_default" style="font-size:small"><br class=""></div><div class="gmail_default" style="font-size:small">Morph(1309470)  < new<br class=""></div><div class="gmail_default" style="font-size:small">Morph(364522)  < newStandAlone<br class=""></div><div class="gmail_default" style="font-size:small"><br class=""></div><div class="gmail_default" style="font-size:small">-jrm</div></div>
_______________________________________________<br class="">Beginners mailing list<br class=""><a href="mailto:Beginners@lists.squeakfoundation.org" class="">Beginners@lists.squeakfoundation.org</a><br class="">http://lists.squeakfoundation.org/mailman/listinfo/beginners<br class=""></div></blockquote></div><br class=""></div></body></html>