Hi _why et al, The following snippet does the different behavior between with Shoes-0.r1091 and 0.r1057 on my Windows XP.
With r1057: red square rotates on the spot
With r1091: red square rotates around 0-0 coordinate
Shoes.app do
img = image :width => 20, :height => 20, :left => 100, :top => 100 do
rect 0, 0, 20, 20, :fill => red
end
img.click{ img.hide; img.rotate 45; img.show }
end
A bug or something is missing?
Regards,
ashbb
