The message #become: changes an object with another, indeed, it changes all the references to this object to point to the other one. It can be useful, for example,  when your want an object to be wrapped by another one, so you can replace the original object with the wrapper in the whole image (It takes a long time so it is an inefficient way to do that)<div>
On the other hand, <span class="Apple-style-span" style="border-collapse: collapse; ">#primitiveChangeClassTo: changes the class of an object with another one. It is useful when you want to implement an instance wrapper for example (read more on the paper called &quot;wrappers to the rescue&quot;).</span></div>
<div><span class="Apple-style-span" style="border-collapse: collapse; "> </span></div><div><div>  <br><br><div class="gmail_quote">2009/5/14 Göran Krampe <span dir="ltr">&lt;<a href="mailto:goran@krampe.se">goran@krampe.se</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Miguel Cobá wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
anObject become: aClass<br>
<br>
but read the class comments for notes<br>
</blockquote>
<br></div>
Ehrmm... eh, nope. That would not be a good thing to do. ;) Was this just a guess or a true misunderstanding of the question? Just curious.<br>
<br>
regards, Göran<br>
<br>
<br>
</blockquote></div><br></div></div>