Hello groovy people!
I have a progress bar that fills from left to right. There are two animations, one that sits idling, then another idling animation that will be slowly revealed over the top as the progress bar progresses. The progression of the bar happens in increments by collecting symbols during game play.
I want to set these increments using the position of a clipping mask that animates over the base animation, revealing the top animation as it completes the bar.
I was wondering if I could use Tracks, having track 1 as idle animation, Track 2 as bonus animation, and Track 3 as the animating clipping mask?
Track 3 could then be played and paused as needed in code to control the reveal and set increments.
I have tried this in the Preview window but the mask doesn't seem to be working?
Many thanks, Plunksville.
