work in progress...
> We���ve implemented a lot of examples. please have a look.
Thanks - I have and they are also great. But AFAICT it's impossible to tell from the examples /why/ e.g. we went from Morphs owning their step actions to block-based steps registered with a scheduler that is universal to all worlds. I have a doubt about that because one use case I've had in Morphic is to speed up time in a world to see what happens e.g. in 10 minutes from now, but #schedule hard-codes the reference to the BlUniverse singleton.
Bloc use Alarms, Stepping will be removed.
Each space has its own queue of alarms but nothing prevent a morph to have its own queue.
Now, steps and alarms are not limited to use blocks, one can use message send also.
Cheers
Alain