Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (31 loc) · 1.39 KB

Tracks.md

File metadata and controls

39 lines (31 loc) · 1.39 KB

ACEs for adding track functionality

1.21.0 2020/12/04

Developer manages animations and which track they are on. Specify track number for all ACEs as needed. {n} = parameter n

Track number parameters will default to 0, so all current projects will continue to work as is.

ACEs Changes

Actions

  • DONE Set animation {0} start at {2}, (loop: {1}) on track {3}
  • DONE Set animation time in {0} to {1} on track {2}
  • DONE Delete animation on track {0} with mix {1}
  • DONE Set alpha on track {0}

Expressions

  • DONE Get current animation name on track {0}
  • DONE Animation start time on track {0}
  • DONE Animation end time on track {0}
  • DONE Animation last time on track {0}
  • DONE Animation track time on track {0}
  • DONE Animation alpha on track {0}

Conditions

  • DONE On animation {0} finished on track {1}
  • DONE On event {0} on track {1}
  • DONE Is animation {0} playing on track {1}

Implementation notes