Hi Mang,
Could you clarify what you mean by animating the sorting process?
The Visual Logic Sort Order-block will only sort the values and it will do this as soon as the scene goes on air. If the values should change while the scene is already on air, it will instantly change the sort order.
So if you just want to animate the results line by line, you need to create animation controllers and put those in a scene director.
So when the scene goes on air, the results will be revealed line by line. And if you want to add some manual control over it, like only revealing a line based on a cue from the director or something, you can add Pause-events to your scene director in between each animation controller so the animation waits for a command before revealing the next line.
IF, on the other hand, your scene is already on air and a value changes so that the order needs to be updated on air, that's a lot more complicated.
To be honest, I don't think you can do it with Visual Logic and I don't think you can do it with scripting either. I think it's only possible using the API. At least, that's the way I do it.
But I'm not sure if that's what you're after.
#XPression