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

I can't stop the animation

New Here ,
Dec 16, 2024 Dec 16, 2024

I tried to apply the stop action according to this video, but the browser simply shows an empty screen
https://www.youtube.com/watch?v=fYtu528zGlU

Please help me

85
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 ,
Dec 17, 2024 Dec 17, 2024
LATEST

Hi.

 

The person in the video used AS3.

 

If you want to deploy to the web, you probably want to use the HTML5 Canvas document and this document uses JavaScript. And to stop a timeline the command would be this.stop();.

 

You can also show us what you're getting in the browser's console (F12) if you still can't get this working.

 

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