This has a "rotate halo": bar := EllipseMorph new. bar openInWorld.
This does not: foo := Morph new. foo openInWorldAm I missing something? Also, how do I send message "rotate" to a morph? I can't seem to find a "rotate" method anywhere in the browser.
- Steve