There's nothing wrong in the code except the thing the GamerX mentioned, but you have to make sure that your model actually has frames with the name "move" when you use this name in your code to address them, try to leave just the mere "" instead of a name, this should play all of the frames of the model.

ent_animate(my,"",move_percentage, ANM_CYCLE);