It is possible to move, rotate and resize prop.
First is to enable basic prop animation.
Example:
vne_set_prop_animation_setting(1, 3, 2, 1, 1, 1)
Then program a sequence.
Example:
vne_set_prop_animation(1, 3, 2, 1, 1000, 200, 500, 100, 0, 1, 500, 0, 0, 0, 0)
vne_set_prop_animation(1, 3, 2, 2, 0, 200, 300, 100, 0, 2, 500, 0, 0, 0, 0)
If there is a animation loop, "animation_loop_start" can be use to loop a higher sequence.
For example, you have the prop stab into someone then loop the idle frame of blood sprewing out.
NOTE: Basic and Advance Animation can be use at the same time!
vne_set_prop_animation_setting(branchID, page, prop_id, has_animation_loop, animation_loop_start, has_animation_continuation)
vne_set_prop_animation(branchID, page, prop_id, animation_sequence, move_to_x#, move_to_y#, speed_x#, speed_y#, rotation_to_angle, rotation_direction, rotation_speed#, size_x#, size_y#, size_x_speed#, size_y_speed#)