[squeak-dev] Squeak clock face

Louis LaBrunda Lou at Keystone-Software.com
Mon Dec 18 20:45:37 UTC 2017


Hi Javier,

Thanks for the help.  The movie did post and look good.  I am presently trying Tim and Bob's
suggestions with some success.

Lou

>Well, I think is for eToys Players and in that works well, to test use this in workspace:
>
>attrs := {{100 . Color red . 0.5 at 0.5} . {200 . Color blue . 0.25 at 0.25}}..
>hands := attrs collect: [:att| |lm|
>	lm := LineMorph from: 150 at 300 to: (Point x: 150+(att at:1) y: 300) color: (att at: 2) width: 2.
>	lm rotationCenter: (att at: 3). 
>	lm makeForwardArrow].
>hands do: [:m | m openInWorld].
>
>and then create 2 (eToy) scripts to rotate, I am enclosing a movie (344kb), I hope is not rejected:
-- 
Louis LaBrunda
Keystone Software Corp.
SkypeMe callto://PhotonDemon



More information about the Squeak-dev mailing list