home *** CD-ROM | disk | FTP | other *** search
- { Macro "Spiral"
- { This Macro will make a specified number of
- { Scaled and Rotated copies of the object you pick
-
- Prompt `How Many Copies?` #Copies Number
- Prompt `Enter Incremental Scale:` #Scale Number
- Prompt `Enter Rotation Angle:` #Angle Number
- Prompt `Pick the Pivot Point.` #PPoint Coordinate
- Prompt `Pick the Object.` #OPoint Coordinate
-
- Copy [,,,|,,,|;]
- Transform Scale=#Scale Angle=#Angle Pivot=Point [#PPoint|,,,`-`|;]
- #Copies = #Copies - 1
- Again: Copy [,,,`-`|,,,`-`|;]
- Transform Scale=#Scale Angle=#Angle Pivot=Point [#PPoint|,,,`-`|;]
- #Copies = #Copies - 1
- If (#Copies > 0), Goto Again:
- Window Refresh
-
- Return
-