Thanks Ed,
That seems like it might have promise, but I get hung up on how to you apply it from the bottom up in bits? My goal is to use the vessel as a meter informing the player of their progress. The more water in it, the farther along they are.
What I played around with was this:
I made a transparent vase
I made a alpha mask of that vase (straight black and white with the vase cut out).
I made a dark blue rectangle programmatically
I applied the mask to the rectangle
and that’s when I realized that ain’t gonna work!
I was hoping to move the rectangle up through the mask bit by bit until it reached the top. I would put mask and rectangle behind the vase display object. In theory this would have worked except I come to find out that when you apply the mask to the rectangle they become married… Unless I’m missing something…
Regards,
Arthur