Just wanna show you images my current work because why not:
animation format WIP (currently a table)

Running in-game

Reference Animation

Moderators: Víctor Paredes, Belgarath, slowtiger
I understand.synthsin75 wrote:You would have to use multiple functions to get the layer transforms and point motion of that example individually.
Or read from the Moho file format. Either way, creating your own format sounds very daunting.
Code: Select all
local frame = moho.frame
local xRotation = moho.layer.fRotationX:Getvalue(frame)
local yRotation = moho.layer.fRotationY:Getvalue(frame)