<div dir="ltr">I'm trying to learn how to modify the instance variables of a morph.<div>I copied a reference to an "Inpect" window to the clipboard and pasted it in a Workspace.</div><div>Then I entered this to see its current location:</div><div><br></div><div><font face="monospace">inspectorWindow3315334 location</font></div><div><font face="monospace"><br></font></div><div>"Print it" output <font face="monospace">MorphicTranslation(translation 645.0@119.0)</font></div><div><br></div><div>Then I attempted to move it by entering this:<br clear="all"><div><div><br></div><div><font face="monospace">inspectorWindow3315334 location: 200@200</font></div><div><br></div><div>That did not move the window and in fact locked up my image. Pressing cmd-period didn't help. I had to force quit the Squeak VM.</div><div><br></div><div>I see now that I was supposed to do this:</div></div><div><br></div><div><font face="monospace">inspectorWindow3315334 location: (MorphicTranslation withTranslation: 200.0@200.0)<br></font></div><div><br></div><div>I wonder why doing the wrong thing locked up my session.</div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><font face="arial, helvetica, sans-serif">R. Mark Volkmann</font></div><div><span style="font-size:12.8000001907349px"><font face="arial, helvetica, sans-serif">Object Computing, Inc.</font></span></div></div></div></div></div></div></div></div></div></div>