If you have any questions, reports, suggestions, or requests about Live2D, please send them to this forum.
※We cannot guarantee statements or answers from Live2D staff. Thank you for your understanding in advance.
 
Live2D Cubism
Cubism Products and Downloads
Cubism product manuals and tutorials
Cubism Editor Manual    Cubism Editor Tutorial    Cubism SDK Manual    Cubism SDK Tutorial
[About Cubism Editor / SDK 5.4 Alpha](Updated: July 14, 2026)

You can download the alpha installer from the dedicated forum below.
If you have any feedback regarding the alpha version, including feature requests or bug reports, please use the same forum.

Cubism Editor / SDK 5.4 Alpha Forum
https://creatorsforum.live2d.com/c/cubismeditorsdk54alpha/

[Regarding macOS Tahoe](Updated October 16, 2025)

macOS v26 Tahoe is now supported!
We advise against upgrading your macOS at this time as it may cause Live2D products not to function correctly.
Upgrading macOS can also cause you to lose your Cubism Editor license file.
Please make sure to deactivate your Cubism Editor license before upgrading the macOS.

For more details:
https://help.live2d.com/en/other/other_09/
For inquiries regarding issues with license purchases or license activation errors, please contact us through the email form.

Question, Live2D, JavaScript, Reverse motion

RusRus
edited February 2016 in Help
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
Tagged:

Comments

  • Hi Rus, in what program are you trying to perform this motion? Is it in Live 2D Cubism 2.1 (using motion parameters) or Live 2D Animator (with keyframes) or both?
  • edited November 2015
    Hi,Rus !
    I think that it is easy to play to make a reverse motion .

    [ For example ]

    1. Open the mtn file

    2. Copy the value of the parameter
    PARAM_ANGLE_X=0,0,0,0,0,0,0,0,0,0,0,0.1,0.34,0.67,1.05,-2,-2,-2,-2
    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!
  • Ooops, my bad Rus. I misunderstood your question. Ignore my last message. Listen to naotaro. There is no delete button in this forum, is there?
  • Thank you folks. great help : )
Sign In or Register to comment.