ya, an inspector works, you can also use the halo to change some things in morphic<br><br><div class="gmail_quote">On Jan 6, 2008 3:19 PM, Bert Freudenberg &lt;<a href="mailto:bert@freudenbergs.de">bert@freudenbergs.de</a>
&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Jan 6, 2008, at 22:05 , Enno Schwass wrote:<br><br>&gt; -----BEGIN PGP SIGNED MESSAGE-----
<br>&gt; Hash: SHA1<br>&gt;<br>&gt; Hi<br>&gt;<br>&gt;&gt; | rectangle |<br>&gt;&gt; rectangle := RectangleMorph new openInWorld.<br>&gt;&gt; rectangle color: Color white.<br>&gt;&gt;<br>&gt;&gt; Now, that the object is created in the World, how do I change its
<br>&gt;&gt; properties while it exists? How would one change the color of the<br>&gt;&gt; RectangleMorph in this example, while it is on screen? Since<br>&gt;&gt; everything is an object, and objects can receive messages, I do
<br>&gt;&gt; believe this to be possible, correct?<br>&gt;<br>&gt; Just send messages to your reference (rectangle).<br>&gt;<br>&gt; You did this in line 2<br>&gt;<br>&gt; rectangle color: Color white.<br>&gt;<br>&gt; You can send other messages like
<br>&gt;<br>&gt; rectangle useRoundedCorners.<br>&gt;<br>&gt; If you dont have a reference to your morph, open a workspace,<br>&gt; select in its menu<br>&gt;<br>&gt; &quot;create textual references to dropped morphs&quot;
<br>&gt;<br>&gt; then drag and drop your morph into your workspace. Use the printed<br>&gt; reference to send messages to.<br><br></div>Actually, the usual way is to open an inspector on the object you<br>want to work with, and start sending messages to self.
<br><font color="#888888"><br>- Bert -<br></font><div><div></div><div class="Wj3C7c"><br><br>_______________________________________________<br>Beginners mailing list<br><a href="mailto:Beginners@lists.squeakfoundation.org">
Beginners@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br></div></div></blockquote>
</div><br>