選択オブジェクトを-8度~8度の間でランダムに角度を付けます。
使い道は色々。
tell document 1 of application “Adobe InDesign CS2_J“
set a2 to {-8, -7, -6, -5, -4, -3, -2, -1, 1, 2, 3, 4, 5, 6, 7, 8}
repeat with a1 in selection
set absolute rotation angle of a1 to some item of a2
end repeat
end tell