
Improper animation frame duplication
I'm having trouble duplicating frames on an animated vector file due to a bugged functionality.
I'm working on a set of simplistic cursors, and while I'm trying to use the duplication function to extend the animation frames of my 'Working in Background' cursor, it screws up my outlined ellipsis and grants it a fill that I don't want. It inherits the last color I set for it as if I never disabled it at all.
This screws with various other functions, like the morph function:
- It commits to the first step of x steps
- It duplicates the frame
- The fill-less ellipsis now have a fill in the duplicated frame
- It works its way down with each layer until it hits an ellipsis with a fill that's not supposed to exist
- It realizes this, tells me I've done something wrong (error code 0x80000ffff), and does not proceed with the rest of the function
I'm struggling a lot with this. Any work-around or possible fix?