Profile
Achievement
    
                TheRabbitFlash's Recent Snippets
- All /
 
 « Prev 1 Next »
This script allow you copy to the clipboard current layer properties in format:
&selectionBounds.x = &layerx; &selectionBounds.y = &layery; // &selectionBounds.width = &layerwidth; // &selectionBounds.height = &layerheight;
        
        
        
            0 
        
        
            3822 
        
                    posted 11 years ago by TheRabbitFlash
            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;
        
        
        
            0 
        
        
            3449 
        
                    posted 11 years ago by TheRabbitFlash