On 27-11-15 12:25, marcel.taeumel wrote:
> Hi Stephan,
>
> I suspect WorldState >> #stopStepping: or WorldState >>
> #stopStepping:selector:. If the step message calls something like "self
> stopStepping", then you do not want another step call but an immediate stop
> of the stepping.
>
> WorldState >> stopStepping: aMorph
>
> Hence, there is no suspicious "become" but only a nasty side-effect. :)
Ah yes, I see. Interesting approach.
Stephan