<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font size="+1">Hi Mark, <br>
</font></p>
<p><font size="+1">You played with your toy and you break it :) It
happens, even to experimented Smalltalkers. But as suggested by
Nicola, you can save your important code in package. Or before
doing a risky change, you can just save the image.</font></p>
<p><font size="+1">Changing the stepTime at such low value can
consume a lot of resources. Were you trying to turn the
MorphClock as an automatic Swiss watch?<br>
</font></p>
<p><font size="+1">I live nearby Geneva, so I suggest you the
following changes:</font></p>
<p><font size="+1"><font face="monospace">MorphClock>>stepTime<br>
^ 100</font><br>
</font></p>
<p><font size="+1">and</font></p>
<p><font size="+1"><font face="monospace">MorphClock>>step<br>
../..<br>
secondHand rotationDegrees: (time second + (time nanoSecond
* 1.0e-9))* 6.<br>
</font><br>
</font></p>
<p><font size="+1">Hilaire<br>
</font></p>
<p><font size="+1"></font><br>
</p>
<div class="moz-cite-prefix">Le 13/11/2021 à 23:17, Mark via
Cuis-dev a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:4F0725DF-4D49-49AE-89E4-477B16397AB2@virtualmdj.com">
<div class="">ISSUE #1</div>
<div class=""><br class="">
</div>
<div class="">I got to the clock morph chapter (<a
href="https://cuis-smalltalk.github.io/TheCuisBook/A-Clock-Morph.html"
class="" moz-do-not-send="true">https://cuis-smalltalk.github.io/TheCuisBook/A-Clock-Morph.html</a>)
and got the clock running.</div>
<div class=""><br class="">
</div>
<div class="">Then, I started playing with the #stepTime values —
just for fun. I set it to values like “16” and “66.7” and then,
suddenly, the whole environment froze.</div>
<div class=""><br class="">
</div>
</blockquote>
<pre class="moz-signature" cols="72">--
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
</body>
</html>