Hello,
trying to create how to animations using spine. Life would be so easier if the resolution was fixed but as a mobile developer I have many different target resolutions
therefor lets say I created an how to animation such as
http://makeagif.com/i/HxWZ77
lets say this hand moves through different buttons and explains what to do.
The problem occurs when the resolution changes. now the button position is different.
Is it possible to change the target translate data on runtime? Then I would provide the locations of the buttons on runtime and it would be solved.
can you direct me to the correct location? something like
howto.skeletonData:findAnimation("loop_buttons") then find the keyframe at specific timeline and change translate data?
Thanks
edit: I decided to modify json data before loading into spine