![]() |
|
#1
|
|||
|
|||
![]()
Allow any of your scripts to edit (for example rotate) each selected object separately with it's own center etc.? It is included in Adobe Illustrator a it is the only one feature I miss in Corel Draw 12.
Thanx for answer. |
#2
|
|||
|
|||
![]()
I use something like this to resize each object by itself. I hope to eventually polish out my own "multi" transform dialog. Anyway like this:
Code:
Sub TransformEach() Dim S As Shape Dim RotateAmt As Double RotateAmt = 5 For Each S In ActiveSelection.Shapes S.Rotate RotateAmt Next S End Sub |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|