How do I sense what morph the mouse is on? – Advanced Topics – Snap! Forum https://forum.snap.berkeley.edu/t/how-do-i-sense-what-morph-the-mouse-is-on/5608
How do I sense what morph the mouse is on? like, if the mouse is on a block, on the stage, the green flag, stop button, editing area, and so on.
mouseover instanceof BlockMorph){ return new Context(null, mouseover.fullCopy()); } else