2014-04-02 16:40 GMT+02:00 Roelof Wobben <r.wobben@home.nl>:
If I understood everything well on page 26 my Cell initialize must look like this:

initialize
� � super initialize.
� � self initializeActiveSegments.
� � self initializeExitSides.
� � self leanleft.

The Blankcell initialize must look like this :

initialize
� � super initialize.
� � self initializeExitSides.

And the MirrorCell initialize must look like this :

initialize
� � super initialize
� � self leansLeft: true

Why then I see a message that leanleft is not Understood in Blankcell.
or do I misunderstood that page. I find it a very confusing page.

Roelof



No,
Cell initialize is
super initialize.
self initializeActiveSegments.

MirrorCell initialize is
super initialize.
self initializeExitSides.
self leanLeft