[Notice of Holidays]
Please note that our staff will not be available from 2024/Dec/28 - 2025/Jan/5 JST.
The Live2D Creators Forum will remain open during the holidays.
Submissions that require a response will be answered after we reopen for business.
Please note that it will take longer than usual to respond to your request.
Question, Live2D, JavaScript, Reverse motion
I am making HTML5/JavaScript game. It contains a Live2D model (.moc, .mtn).
How do you play then reverse a motion?
How do you start playing a motion from a specified 'frame' in the middle of the 'timeline'?
Thanks in advance
0 ·
Comments
I think that it is easy to play to make a reverse motion .
[ For example ]
1. Open the mtn file2. Copy the value of the parameter 3. Use the Chrome Develop Console, and sorted by JavasScript, and copy the value
> JavaScript Array reverse() Method
4. mtn file in the value paste
5. also the same way other parameters of mtn file .
6. Play the motion !
I think this approach is that it easier than reverse in the program .
please try this, I hope this will work.
Thanks!