static/manual-en.txt in green_shoes-1.0.320 vs static/manual-en.txt in green_shoes-1.0.322

- old
+ new

@@ -3397,9 +3397,23 @@ === path = a string === Swaps the image with a different one, loaded from a file or URL. +=== rotate(degrees: a number) ยป self === + +Rotates the Image element by a certain number of `degrees`. + +{{{ + Shoes.app do + img = image File.join(DIR, '../samples/cy.png') + img.move 200, 200 + animate do |i| + img.rotate i*10 + end + end +}}} + == ListBox == List boxes (also called "combo boxes" or "drop-down boxes" or "select boxes" in some places) are a list of options that drop down when you click on the box. !{:margin_left => 100}man-ele-listbox.png!