Hey Andrei, thanks so much for your response.
This has almost worked for me, but wondering if there’s a way to target the selected layer rather than index 1.
I can’t seem to write it correctly..
Cheers!
var currentComp = app.project.activeItem;
var myLayer = currentComp.seletedLayers[0];
var myLayerPos = myLayer.transform.position.value;
var myLayerRect = myLayer.sourceRectAtTime(0,false);
Lucy-Rae