Events propagate from the top of the scene graph down, but it is possible to stop this.
If, on the parent morph, you send the message 'stopPropagation()' to the event object, it will pass no further down the scene graph.
For example, the rectangle morph has this code in it: