home *** CD-ROM | disk | FTP | other *** search
- /* $VER: SetRotationPoint.rexx 1.0 (02.9.94)
- Copyright 1994 Soft-Logik Publishing Corporation
- May not be distributed without Soft-Logik Publishing Corporation's express written permission */
-
- ADDRESS 'PAGESTREAM'
- options results
-
- 'getcoord click message "Click to set the rotation point..."'
- editobject about click.x click.y
-