[Newbies] [INVITATION] Join to me in IRC for discuss about building FunSqueak 4.0 - Round 3

2009-01-14 Thread Edgar J. De Cleene
I beg all download one of this. http://ftp.squeak.org/various_images/SqueakLight/SqueakLightII.7214.zip (base system) How to have the IRC tool | loader | loader _ CodeLoader new. loader baseURL: 'http://www.squeaksource.com/Ladrillos/'. loader loadSourceFiles:

[Newbies] Understanding SnakeGame

2009-01-14 Thread Filip Malczak
So we have a SnakeGame (you can get it with Wolrd-open-SqueakMap Package Loader). I wanted to look at its code to uderstand it, and learn how to write in Squeak (not syntax, but algorithms, etc). And so I have this problem: I know how to make the snake go, but where and how do I create gameboard?

[Newbies] Passing methods to buttons

2009-01-14 Thread Filip Malczak
While trying to understand SnakeGame I found interesting thing, but Im not sure how does it exactly work. Does ButtonMorph #actionSelector: aSymbol gives a method to do when red-clicking? I mean: SimpleButtonMorph new label: 'Label'; color: Color lightGray; borderColor: