Works for me too !!&nbsp; :-)<br><br>Thanks<br><br><div><span class="gmail_quote">On 10/8/07, <b class="gmail_sendername">Tom Phoenix</b> &lt;<a href="mailto:rootbeer@redcat.com">rootbeer@redcat.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 10/7/07, Javier Reyes &lt;<a href="mailto:jreyes@virtual-fashion.com">jreyes@virtual-fashion.com</a>&gt; wrote:<br><br>&gt; I am trying to create a button or morph that when pressed stores the present<br>&gt; Squeak image and exits Squeak.
<br><br>This works for me:<br><br>&nbsp;&nbsp;TheWorldMenu new saveAndQuit<br><br>But if you want to go one level lower, you could use this:<br><br>&nbsp;&nbsp;SmalltalkImage current snapshot: true andQuit: true<br><br>Hope this helps!<br><br>
--Tom Phoenix<br><br></blockquote></div><br>