Jump to content
Developer Wiki and Function Reference Links ×

Script for moving object


Christiaan

Recommended Posts

Hi Guys

If you want a script that moves only selected objects on the active layer, all you really need is:

MoveObjs(10',10',FALSE,FALSE);

No variables, no main block and no run statement. This isn't a handle based function so there's no need for h at all. The fist boolean controls 'All Layers' and the second 'All Objects'. If the first is set False it only affects objects on the active layer. If the second is set False it moves only selected objects.

Later

Charles

  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...