On Sun, May 13, 2012 at 12:49 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Do you need it for a model or for drawing? Because for drawing there is
    LineMorph
stef
I'm not sure what you mean by "a model". I've never been really good with Morphic, so when I started this current project and needed to render some simple graphics I went back to Stephen Wessel's Laser Game tutorial and noted he was using Line and some other ST80 classes. I know about LineMorph but I was shying away from it. When I think of a morph, I think of an object with all these propertiesâproperties that I don't want. (One of the things I love about Pharo is that I'm not always accidentally activating the damn halos!) What I like about the Line class is that I understand it: It's a collection of points and a form to draw them on. Simple.