Try me.onclick.sendEvent(me); On 2007-07-09, at 12:11 EDT, Frisco Del Rosario wrote: > I have a button. > > <canvas debug="true"> > <button text="click" id="me" onclick="doSomething"/> > </canvas> > > Rather than click the button, can I send the button an onclick > event through the debugger input field?