Hi!
I have a menu bar which i instantiate via code into the game. It has a UIGrid with Button GameObjects, each button having a tween position script attached to it. These tween position scripts are disabled by default and set in a way that the buttons don't arrive at their destination in the same time, but with a delay. The method which instantiates the the menu bar (playTweens) starts the tween position scripts by iterating through the UIGrid's Button GameObjects.
I am currently trying to make these tween position scripts reversible( menu Back button ), but I have no clue on how to call the tween position scripts reversed.
Regards