ArcadEd's solution is shorter. Put
Choose("Walk", "Run", "Jump", "Fall", "Fly")
as your animation name, if your animations are names walk, run, jump, etc.
Another solution for your case would be:
Animation&str(floor(random(1,9))
(again put into the animation name)