[About macOS Sequoia] (Updated October 22, 2024)
Live2D Cubism Editor 5.1.02 now supports macOS Sequoia.
Other Live2D Cubism products currently released are not guaranteed to work on macOS Sequoia.
Please refrain from upgrading macOS, as it may not operate properly.
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!