<HTML>
<HEAD>
<TITLE>Re: [squeak-dev] Fwd: NebraskaServer help!</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
<BR>
<BR>
On 5/28/09 6:58 PM, &quot;Mauro Esposito&quot; &lt;mauespo@gmail.com&gt; wrote:<BR>
<BR>
</SPAN></FONT></FONT><BLOCKQUOTE><FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi! I have a query: <BR>
First of all, i must tell you that i speak Spanish, so i'll try to do my best to explain myself in English.<BR>
I'm trying to make a multiplayer game so i want to share a &quot;playfield&quot; so that players can interact each other. I found the clasess NebraskaServerMorph and NetworkTerminalMorph and I started to explore they to find out the way they work.<BR>
<BR>
But I have some troubles because i can only serve the &quot;main&quot; world.. I created subworlds doing<BR>
<BR>
|myworld|<BR>
myworld _ (PasteUpMorph newWorldForProject:nil).<BR>
myworld color: Color blue.<BR>
myworld openInWorld.<BR>
myworld viewBox: (19@19 extent: <FONT COLOR="#0000FF"><U>300@300)</U></FONT>.<BR>
<BR>
and I tried to serve it doing:<BR>
<BR>
NebraskaServerMorph serveWorld: myworld.<BR>
<BR>
it seems to work but when i want to connect to it from another pc, creating a NetworkTerminalMorph and opening it in scaled mode, i can't see anything! It only shows an orange window -as it was not connected, but the server recognizes the client because it shows &quot;Nebraska 1 client&quot;- <BR>
I repeat, It doesn't happens with the main world..<BR>
Maybe I have to set another property to the created subworld that allows it to be shared, i don't know! I don't want to share the main world because the clients could access to all the visible options and do modifications (maybe unwanted modifications) in that image. <BR>
It's a special case but maybe anyone can help me..<BR>
Thank you!<BR>
<BR>
En este link <a href="http://ar.groups.yahoo.com/group/squeakRos/,">http://ar.groups.yahoo.com/group/squeakRos/,</a> encontraras un grupo de amigos que tiene un &#8220;Bar y Caf&eacute; virtual&#8221;, donde todas tus inquietudes pueden ser ayudadas en nuestro idioma.<BR>
<BR>
Con respecto a Nebraska, tiene varios problemas y la idea fue sacarlo de la imagen ya en 3.10, como no estaba completada la forma de volverlo a cargar como &#8220;package&#8221;, no se hizo y yo lo saqu&eacute; en SqueakLightII y Juan Vuletich no lo tiene en Cuis.<BR>
Es un paquete que al momento no tiene quien se dedique a eso.<BR>
Una idea mas avanzada es NetMorph <a href="http://swikis.ddo.jp/NetMorph">http://swikis.ddo.jp/NetMorph</a><BR>
<BR>
Edgar</SPAN></FONT></FONT></BLOCKQUOTE>
</BODY>
</HTML>