Skip to main content
Known Participant
July 17, 2023
Answered

How to access Transform : Group 1 controls through script [Image]

  • July 17, 2023
  • 1 reply
  • 287 views

How can I access Transform : Group 1 controls (you can see in the image) through a script,

This topic has been closed for replies.
Correct answer Dan Ebberts

Like this, for example:

var myProp = app.project.activeItem.layer("ShapeLayer").property("Contents").property("Group 1").property("Transform").property("Position");

1 reply

Dan Ebberts
Community Expert
Dan EbbertsCommunity ExpertCorrect answer
Community Expert
July 17, 2023

Like this, for example:

var myProp = app.project.activeItem.layer("ShapeLayer").property("Contents").property("Group 1").property("Transform").property("Position");