<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'>I will pass along this clue while I dig into this.<br><br>1. In the target image, I put in a <i>Transcript show: 'mde' ;cr i</i>n the Morphic&gt;&gt;mouseDown:evt method.<br>&nbsp;&nbsp;&nbsp; While running that image natively, it output the trace code. Running the image as a&nbsp; simulation showed no output.<br><br><br>2. In my host image, I put a trace&nbsp; <i>Transcript show: 'hmd:evt';cr.</i> in Morphic&gt;&gt;handleMouseDown:anEvent<br><br>then launched the simulation. Clicking in the Simulation morph, produced the events from the host environment.<br><br><br>The (probably naive) thought I have is to just forward them to the StackInterpreter (whatever that means).<br>If a solution is obvious to anybody who knows anything about Morphic, please let me know and I will implement it.<br><br>In the meantime, I am going to teach myself Morphic (:<br><br>tty<br><br><br><br><br><br></div></body></html>