On Sep 5, 2013, at 4:33 PM, Маркіян Різун wrote:
> First, samegame board than I'll deal wwith laser game problem)
> Ok?
Yes :)
>
>
> 2013/9/5 Stéphane Ducasse
> mark I suggest that you have a look at Miner or same game and see how a board
> is built
>
> Stef
>
>
>
> On Sep 5, 2013, at
First, samegame board than I'll deal wwith laser game problem)
Ok?
2013/9/5 Stéphane Ducasse
> mark I suggest that you have a look at Miner or same game and see how a
> board is built
>
> Stef
>
>
>
> On Sep 5, 2013, at 9:55 AM, Маркіян Різун wrote:
>
> Or maybe I should write it from the begi
mark I suggest that you have a look at Miner or same game and see how a board
is built
Stef
On Sep 5, 2013, at 9:55 AM, Маркіян Різун wrote:
> Or maybe I should write it from the beginnig.
>
>
> 2013/9/5 Маркіян Різун
> I guess Marcus is right, the best option is to rewrite some (big) part
Le 05/09/2013 09:27, Маркіян Різун a écrit :
> Used RectangleMorph, still doesn't work. Obviously, it's because of some
> methods of SketchMorph that are used.
>
A Rectangle morph should do the job.
What are these methods? I suspect it should not be a big deal.
You may want to use two images side
Or maybe I should write it from the beginnig.
2013/9/5 Маркіян Різун
> I guess Marcus is right, the best option is to rewrite some (big) parts of
> code.
>
>
> 2013/9/5 Yuriy Tymchuk
>
>> You can explore what methods are needed and how they are implemented in
>> Squeak
>>
>> uko
>>
>>
>>
>> On
I guess Marcus is right, the best option is to rewrite some (big) parts of
code.
2013/9/5 Yuriy Tymchuk
> You can explore what methods are needed and how they are implemented in
> Squeak
>
> uko
>
>
>
> On 5 вер. 2013, at 10:27, Маркіян Різун wrote:
>
> Used RectangleMorph, still doesn't work.
You can explore what methods are needed and how they are implemented in Squeak
uko
On 5 вер. 2013, at 10:27, Маркіян Різун wrote:
> Used RectangleMorph, still doesn't work. Obviously, it's because of some
> methods of SketchMorph that are used.
>
>
> 2013/9/5 Stéphane Ducasse
> I should lo
On Sep 5, 2013, at 9:27 AM, Маркіян Різун wrote:
> Used RectangleMorph, still doesn't work. Obviously, it's because of some
> methods of SketchMorph that are used.
>
I have the feeling that the code is just too tied to an old version of Squeak.
Getting it to work will be more a rewrite, not
Used RectangleMorph, still doesn't work. Obviously, it's because of some
methods of SketchMorph that are used.
2013/9/5 Stéphane Ducasse
> I should look at the tutorial because it looks really strange to me to use
> a sketchMorph for a board game.
>
> On Sep 4, 2013, at 11:09 AM, Маркіян Різун
I should look at the tutorial because it looks really strange to me to use a
sketchMorph for a board game.
On Sep 4, 2013, at 11:09 AM, Маркіян Різун wrote:
> I thought about that:) SketchMorph is used to create game board, so I need it.
> Can I use some other Morph?
>
> Mark
>
>
> 2013/9/3
2013/9/4 p...@highoctane.be
> you can get a rectanglemorph and a Form
I'll try that) Thank you
you can get a rectanglemorph and a Form
On Wednesday, September 4, 2013, Маркіян Різун wrote:
> I thouqght about that:) SketchMorph is used to create game board, so I
need it.
> Can I use some other Morph?
> Mark
>
> 2013/9/3 Stéphane Ducasse
>>
>> On Sep 3, 2013, at 12:07 PM, Маркіян Різун wro
I thought about that:) SketchMorph is used to create game board, so I need
it.
Can I use some other Morph?
Mark
2013/9/3 Stéphane Ducasse
>
> On Sep 3, 2013, at 12:07 PM, Маркіян Різун wrote:
>
> I was dealing with laser game on pharo and found two problems.
> 1. LedMorph is missing but it's
On Sep 3, 2013, at 12:07 PM, Маркіян Різун wrote:
> I was dealing with laser game on pharo and found two problems.
> 1. LedMorph is missing but it's ok, I downloaded it (Morphic Extras).
you cn find it under my repository on Smalltalkhub
> 2.SketchMorph is missing too, and I have some difficul
There are different errors: SubscriptOutOfBounds: 1 , MessageNotUnderstood:
PasteUpMorph>>morphToDropForm: .
Mark
2013/9/3 Yuriy Tymchuk
> Hi.
>
> Maybe you can provide more detail about the error?
>
> uko
>
> On 3 вер. 2013, at 13:07, Маркіян Різун wrote:
>
> I was dealing with laser game on
Hi.
Maybe you can provide more detail about the error?
uko
On 3 вер. 2013, at 13:07, Маркіян Різун wrote:
> I was dealing with laser game on pharo and found two problems.
> 1. LedMorph is missing but it's ok, I downloaded it (Morphic Extras).
> 2.SketchMorph is missing too, and I have some dif
I was dealing with laser game on pharo and found two problems.
1. LedMorph is missing but it's ok, I downloaded it (Morphic Extras).
2.SketchMorph is missing too, and I have some difficulties with it. When
trying to load it (Morphic Basic) with Monticello browser an error occurs.
Any ideas?
2013/
Thanks)
2013/9/2 Stéphane Ducasse
>
> On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk wrote:
>
> Hi,
>
> yes it can. This is where your adventure begins :)
>
> Also I think that I may be easier to follow the tutorial step by step with
> Pharo. Then you'll solve problems just when they appear and not
On Sep 2, 2013, at 2:05 PM, Yuriy Tymchuk wrote:
> Hi,
>
> yes it can. This is where your adventure begins :)
>
> Also I think that I may be easier to follow the tutorial step by step with
> Pharo. Then you'll solve problems just when they appear and not end up with a
> tons of unknown stuff
Hi,
yes it can. This is where your adventure begins :)
Also I think that I may be easier to follow the tutorial step by step with
Pharo. Then you'll solve problems just when they appear and not end up with a
tons of unknown stuff.
Uko
On 2 вер. 2013, at 15:02, Маркіян Різун wrote:
> As was
As was suggested above I tried to load Laser Game on Pharo 2.0 and it
didn't work.
Can this problem be solved?
2013/8/16 Stéphane Ducasse
>
> On Aug 16, 2013, at 11:11 AM, Маркіян Різун wrote:
>
> Hi, everyone!
> I have been working on a tutorial 'how to make a game using smalltalk' and
> deve
On Aug 16, 2013, at 11:11 AM, Маркіян Різун wrote:
> Hi, everyone!
> I have been working on a tutorial 'how to make a game using smalltalk' and
> developed this game ( Laser Game ) on Squeak, as it is an example of
> development on Squeak. I'm learning, so it's a great experience for me. Laser
Hi,
I think that games are cool, but now you have to port it to Pharo or even
Amber. And then write a tutorial for that :)
Cheers!
Uko
Надіслано з iPhone
16 серп. 2013 о 12:11 Маркіян Різун написав(ла):
> Hi, everyone!
> I have been working on a tutorial 'how to make a game using smalltalk'
Hi, everyone!
I have been working on a tutorial 'how to make a game using smalltalk' and
developed this game ( Laser Game ) on Squeak, as it is an example of
development on Squeak. I'm learning, so it's a great experience for me.
Laser Game is my first game and it's not complicated, but for me it t
24 matches
Mail list logo