Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Are the formulas used for motion tweens, etc. published anywhere?

New Here ,
Mar 08, 2022 Mar 08, 2022

I have created the X coordinate movement as shown in the attached photo. I tried to reproduce this movement in a program such as C++, but the calculations just did not match.

Is there any formula or something available article somewhere?
Please help me.

 

スクリーンショット 2022-03-09 12.33.06.png

TOPICS
How to , Other
288
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 09, 2022 Mar 09, 2022

Hi.

 

Maybe you can try to export the motion as XML (Commands > Export Motion XML) or if you use the HTML5 Canvas document, you can inspect the generated JS file.

 

For example: a rectangle moving from left to right in a curved path...

image.png

 

... generates this code:

image.png

 

Please let us know.

 

Regards,

JC

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 09, 2022 Mar 09, 2022
LATEST
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines