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

Cannot Get Stop and Start Buttons to Work

New Here ,
Jul 19, 2022 Jul 19, 2022

Copy link to clipboard

Copied

Historical Timeline Project

Cannot Get Stop and Start Buttons to Work

I am attempting to satisfy a few requirements for this project. I need to create functional buttons, import videos, and integrate music. However, no matter what I do, I cannot get any buttons to work. I've created multiple copies of this file in an attempt to get this timeline to be functional. I have attached the timeline to this post. 

Thanks in advance.

 

Initial Tutorial 

This tutorial helps summarize what I was attempting to achieve. My understanding of Adobe Animate is not very expansive. 
https://www.youtube.com/watch?v=SrzVahzwVV4

TOPICS
ActionScript , How to

Views

65

Translate

Translate

Report

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
New Here ,
Jul 19, 2022 Jul 19, 2022

Copy link to clipboard

Copied

The file would not upload so I have attached it here. 
https://drive.google.com/file/d/1g9B56FFjx41Oe4QO6mrURquM9JDlEv7Q/view?usp=sharing

Votes

Translate

Translate

Report

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 ,
Jul 20, 2022 Jul 20, 2022

Copy link to clipboard

Copied

LATEST

Hi.

 

Thanks for the file.

 

You're telling the Popout instance to be played on click but this instance only has only one frame.

 

I believe that what you want is to play the main timeline instead. So your code in the first frame should be like this:

var _this = this;

_this.Trigger.on('click', function()
{
	_this.play();
});

 

Please let us know if this approach works.

 

Regards,

JC

Votes

Translate

Translate

Report

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