<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><font face="Georgia">Did you want to change it to blue AND the
        halo appears? Or just go to blue and no halo?</font><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 4/3/17 2:19 PM, H. Hirzel wrote:<br>
    </div>
    <blockquote
cite="mid:CAGQxfVjGpC=Lz8UrTh4gBe=Za_GWW8U5+2xpwiTvO73-GugthA@mail.gmail.com"
      type="cite">
      <pre wrap="">Hello,

<a class="moz-txt-link-freetext" href="http://wiki.squeak.org/squeak/2332">http://wiki.squeak.org/squeak/2332</a>  'Mouse button tester'

has

    m := Morph new.
    m on: #mouseDown send: #value: to:[:evt|
        evt redButtonPressed ifTrue:[m color: Color red].
        evt yellowButtonPressed ifTrue:[m color: Color yellow].
        evt blueButtonPressed ifTrue:[m color: Color blue]
       ].
    m openInWorld.

red and yellow button work, but the blue button brings up the halo as
it is noted on the wiki page (tested with a three button mouse).

I wonder if there is a way to make the change of the button to blue possible?

--Hannes

</pre>
    </blockquote>
    <br>
  </body>
</html>