Move objects on the Slidemaster with javascript

Hello,

I would like to move objects from the Slidemaster with javascript. Yet it does not work.
With
prez.object(‘objectname’).translate(200,200);
I can move an object on an individual slide.
Yet, none from the Slidemaster.

A similar problem is mentioned and solved here. Yet, it refers to individual slides not the Slidemaster:

Moving object boxes in and out of a slide master easily?

Regards,
Augustin

Hi Augustin,

The script should work for any object (in a normal slide or in a master slide/layout) provided that the object name is correct and unique in its slide and the layout slide, the master slide.

Regards