MC conversion case study (How would I ...)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

MC conversion case study (How would I ...)

Jerome Peace
I've not been using MC1 in a while.

And mere curiosity has me wondering how to turn a game
application from a well packaged snapshot into an mcz
package and then how to turn it back into a well
packaged snapshot again.

The game for this exercise is dicewars.

The exercise is for learning only and to satisfy my
curiosity (as always).


The game is one of those available for the oplc.

Small projects for Squeak on the $100 laptop page at:

http://www.swa.hpi.uni-potsdam.de/projects/olpc/

It runs on 3.9 and 3.10 (7121) as well as the oplc
image and presumably 3.8.

It is a nice game and I have enjoyed playing it.

So to play it requires being downloaded.
Then gunziped. from .gz format.
Then drag and drop the .st file onto a open squeak
window.
Select the first option (load into a separate change
set.)

Get a new Objects tool from the world menu>>objects...
There will be a games button and a red die will be
there for you to select. Bringing up the game.

However for this exercise we are not here to play the
game but to findout how to save it as a MC object.

And here's where I'm stuck.

I can bring up a MC browser. But it contains no info
on the DiceWars system catagory.

What is available to me to inform MC that I now want
this to be a MC package?

What's the most elegant way to do this?

Yours in curiosity and service, --Jerome Peace





       
____________________________________________________________________________________
Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545433
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: MC conversion case study (How would I ...)

Tapple Gao
On Tue, Jul 10, 2007 at 08:06:17PM -0700, Jerome Peace wrote:
> I can bring up a MC browser. But it contains no info
> on the DiceWars system catagory.
>
> What is available to me to inform MC that I now want
> this to be a MC package?
>
> What's the most elegant way to do this?

In the Monticello Browser, there is a button labled +Package.
Press it and type in DiceWars. Now select package DiceWars,
select a repository (your local cache will do fine), then press
Save and enter a description. That's about it. In the future,
you should only need to Save.

For more info, see http://www.wiresong.ca/Monticello

--
Matthew Fulmer -- http://mtfulmer.wordpress.com/
Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: MC conversion case study (How would I ...)

Edgar J. De Cleene
In reply to this post by Jerome Peace



El 7/11/07 12:06 AM, "Jerome Peace" <[hidden email]> escribió:

> I've not been using MC1 in a while.
>
> And mere curiosity has me wondering how to turn a game
> application from a well packaged snapshot into an mcz
> package and then how to turn it back into a well
> packaged snapshot again.
>
> The game for this exercise is dicewars.
>
> The exercise is for learning only and to satisfy my
> curiosity (as always).
>
>
> The game is one of those available for the oplc.
>
> Small projects for Squeak on the $100 laptop page at:
>
> http://www.swa.hpi.uni-potsdam.de/projects/olpc/
>
> It runs on 3.9 and 3.10 (7121) as well as the oplc
> image and presumably 3.8.
>
> It is a nice game and I have enjoyed playing it.
>
> So to play it requires being downloaded.
> Then gunziped. from .gz format.
> Then drag and drop the .st file onto a open squeak
> window.
> Select the first option (load into a separate change
> set.)
>
> Get a new Objects tool from the world menu>>objects...
> There will be a games button and a red die will be
> there for you to select. Bringing up the game.
>
> However for this exercise we are not here to play the
> game but to findout how to save it as a MC object.
>
> And here's where I'm stuck.
>
> I can bring up a MC browser. But it contains no info
> on the DiceWars system catagory.
>
> What is available to me to inform MC that I now want
> this to be a MC package?
>
> What's the most elegant way to do this?
>
> Yours in curiosity and service, --Jerome Peace
>
Dear Jerome.

When you have the .st into 3.10, do the following.
Clear all morphs in your world.
Drag and drop the attached tape.
I do as fast as I read this , so I copy via Mac keys and last do error, but
I hope you could do the MC.

Edgar


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners

HowToMC.tape (26K) Download Attachment