Hi, it's me again
in hollywood there is the possibility to update the gfx of a particular layer?
Something like the SelectBrush<------> EndSelect but only for a specific layer?
If no, is this "feature" in the todo list maybe?
No.Hi, it's me again
in hollywood there is the possibility to update the gfx of a particular layer?
Something like the SelectBrush<------> EndSelect but only for a specific layer?
Not really. You can simulate this behaviour by updating a brush and then use a DoMove() call to switch layers, e.g.If no, is this "feature" in the todo list maybe?
Code: Select all
AddMove(1, #REMOVELAYER, ....) ; kill old layer
AddMove(1, #INSERTBRUSH, .... ) ; put new brush into old layer position
DoMove(1)