<div dir="ltr"><div>That would be this:</div><div><br></div><div>flash</div><div><span class="" style="white-space:pre">        </span>&quot;Flash me&quot;</div><div><span class="" style="white-space:pre">        </span>1 to: 2 do:[:i|</div>
<div><span class="" style="white-space:pre">                </span>self color: Color black.</div><div><span class="" style="white-space:pre">                </span>self world doOneCycleNow.</div><div><span class="" style="white-space:pre">                </span>(Delay forMilliseconds: 50) wait.</div>
<div><span class="" style="white-space:pre">                </span>self color: Color white.</div><div><span class="" style="white-space:pre">                </span>self world doOneCycleNow.</div><div><span class="" style="white-space:pre">                </span>(Delay forMilliseconds: 50) wait.</div>
<div><span class="" style="white-space:pre">        </span>].</div><div><br></div><div>Karl</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 30, 2014 at 11:04 PM, Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de" target="_blank">bert@freudenbergs.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
On 30.06.2014, at 21:54, tim Rowledge &lt;<a href="mailto:tim@rowledge.org">tim@rowledge.org</a>&gt; wrote:<br>
<br>
&gt;<br>
&gt; On 30-06-2014, at 12:52 PM, Chris Muller &lt;<a href="mailto:asqueaker@gmail.com">asqueaker@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; We probably need to decide whether we want #flash to be a debugging tool or something any morph should be able to do in a way that properly integrates with the Morphic framework...<br>
&gt;&gt;<br>
&gt;&gt; It seems we want it fairly often-enough as a IDE tool, I wouldn&#39;t be opposed to a small delay...<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; Seems pretty obvious to me - add a #slowFlashAlert method and leave the plain flash alone.<br>
&gt;<br>
&gt; tim<br>
<br>
UserDialogBoxMorph has a special flash method that is nicely visible. Try this and click outside:<br>
<br>
        self confirm: &#39;foo&#39;<br>
<br>
For a general (non-modal) version it would be nicer to use alarms instead of delays, but I like the &quot;double blink&quot; effect.<br>
<span class="HOEnZb"><font color="#888888"><br>
- Bert -<br>
<br>
</font></span><br><br>
<br></blockquote></div><br></div>