I've used updateTweenData to change the duration and delay properties. However if I pass a property like x/y, it doesn't update. Does updateTweenData only have an effect on properties like duration? Stepping through the properties that updateTweenData loops through, it has the x property that I set, however the tween object that is returned from updateTweenData doesn't contain the updated value. I'm changing a tween that isRunning when a powerup is applied, so I'm modifying the tween usi