Document Category Item: Prop Basic Sprite Animation > vne_set_prop_animation_setting()Back
vne_set_prop_animation_setting()
Description
Use this to use basic animation for prop(s).
branchID - the current branch
page - the current page
prop_id - the current prop id, 1 to 8
has_animation_loop - has loop?
animation_loop_start - wish to start looping from which frame? This can be use to do a stab then loop only the idle frame.
has_animation_continuation - if coming from a previous page, use this to continue the animation. The setting for "vne_set_prop_animation_setting()" and "vne_set_prop_animation()" must be the same as previous branch and page!
Definition
vne_set_prop_animation_setting(branchID, page, prop_id, has_animation_loop, animation_loop_start, has_animation_continuation)