<div dir="ltr">Try this:<div><br></div><div>1. Left click on the Squeak Desktop. &nbsp;You should get the &quot;World&quot; menu</div><div>2. Select &quot;open...&quot;, then &quot;SqueakMap Package Loader.&quot; &nbsp;It may ask you if you want to update the cache from the network or something like that. &nbsp;Say yes if it does...</div>
<div>3. Find &quot;Chess&quot; in the list of packages. &nbsp;Right click, and choose &quot;install.&quot;</div><div>4. Open a workspace by getting the World menu again (step 1) and selecting &quot;open...&quot; again, and then &quot;workspace&quot;</div>
<div>5. &nbsp;Type ChessMorph new openInWorld.</div><div>6. &nbsp;With the cursor on the line you typed, Ctrl-D in Windows, I think Alt-D on a Mac. &nbsp;Or, highlight the line, right click, and select &quot;do it (d)</div><div>7. &nbsp;A chess board should open. &nbsp;You&#39;re on your own; I have never played!</div>
<div><br></div><div>Hope this helps,</div><div><br></div><div>Rob &nbsp;<br><br><div class="gmail_quote">On Thu, Aug 7, 2008 at 4:51 PM, Felix Dorner <span dir="ltr">&lt;<a href="mailto:felix_do@web.de">felix_do@web.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I am a noob, so handle with care. You got a file named Chess.st? So maybe look for &#39;how<br>
do I load a .st file in smalltalk?&#39; Looking in the Squeak FAQ gave me this:<br>
<br>
<a href="http://wiki.squeak.org/squeak/1105" target="_blank">http://wiki.squeak.org/squeak/1105</a><br>
<br>
Now that does tell me something about what a .st file is. However it doesn&#39;t tell me how<br>
to load such a piece of code. Searching further got me to this page:<br>
<br>
<a href="http://coweb.cc.gatech.edu/cs2340/3667" target="_blank">http://coweb.cc.gatech.edu/cs2340/3667</a><br>
<br>
He tells me to just &#39;do&#39;: FileStream fileIn: &#39;C:\<a href="http://foo.st" target="_blank">foo.st</a>&#39;<br>
<br>
( If you don&#39;t know how to &#39;do&#39; something, you should probably postpone your chess<br>
adventure and read the Squeak by Example Book. Probably everyone highly recomends it. )<br>
<br>
<br>
Now you need to find a Class that you could call the &#39;main entry point&#39; for the<br>
Chess program you are trying to run. Open the Class browser and search for &quot;Chess&quot;. You<br>
could also try something as:<br>
<br>
Chess new openInWorld (which is kind of a Pattern I&#39;ve seen through all Squeak UI apps.)<br>
<br>
Hope that helps a little. Don&#39;t give up.<br>
<font color="#888888"><br>
Felix<br>
</font><div><div></div><div class="Wj3C7c"><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></div></div>