Forum Discussion

HunterBlake's avatar
HunterBlake
Community Member
7 days ago

Swapping States Continuously

I have a nice animated park slide with a guy meditating in the park. I want to make a bird fly overhead to give it some depth. I have a bird on a motion path to fly across the slide. For the bird, I...
  • Jonathan_Hill's avatar
    7 days ago

    Create a blank layer, that has no effect on the base layer. Call this 'Animate' or similar.

    Add a trigger on your base layer to show the 'Animate' layer at the start of the timeline.

    On the 'Animate' layer, add the following triggers:

    • When timeline reaches 0 secs change state of Bird to Normal
    • When timeline reaches 0.5 secs change state of Bird to Flap
    • When timeline reaches 1 secs, Jump to Time 0 secs

    As long as the 'Animate' layer is displayed, it will continuously change the state of your object until the layer is hidden. 

    Adjust the timing to suit your needs, but consider accessibility and the impact of rapidly changing images on some users.