I have an idea that might help you get started.
-Create a new text object called 'previousValue'. Load the current bar height into previousValue as the scene loads.
-Create a loop in your animation controller by placing an event that jumps back just a few frames.
-Place a script in the middle of the loop.
-The script should get the height of the bar from the previous value, not the current value.
-Increase/decrease previousValue by 1 if the current value and previous value differ.
#XPression