Copy current photoshop layer x,y,width,height to As3 code


/ Published in: ActionScript 3
Save to your folder(s)

This script allow you copy to the clipboard current layer properties in format:

&layer_name.x = &layer_x;
&layer_name.y = &layer_y;
// &layer_name.width = &layer_width;
// &layer_name.height = &layer_height;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.