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

exporting video encoding action script

New Here ,
Apr 15, 2021 Apr 15, 2021

Copy link to clipboard

Copied

Hi,

I made a simple animation with buttons however when i go to export this error message appears and it does not export all the scenes.

Scene 1, Layer 'Layer_1', Frame 25 Warning: The instance name 'CLICKTOBEGIN' is declared on an object of type flash.display.SimpleButton but there is a conflicting use of the instance name 'CLICKTOBEGIN' on an object of type flash.display.MovieClip.

please help

thanks

Views

351

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 ,
Apr 15, 2021 Apr 15, 2021

Copy link to clipboard

Copied

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 ,
Apr 15, 2021 Apr 15, 2021

Copy link to clipboard

Copied

[Moderator moved from Creeative Cloud Services to Animate.]

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

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
LEGEND ,
Apr 15, 2021 Apr 15, 2021

Copy link to clipboard

Copied

You have set the name of a button to be CLICKTOBEGIN, but you also have a movieclip that has the same name. When the compiler is trying to publish the animation it doesn't know which of those two things you mean to be interactive.

Assuming it's the button you want the script to operate on, find the movieclip with the same name, select it in the first frame that it appears, and change the name to something different.

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 ,
Apr 16, 2021 Apr 16, 2021

Copy link to clipboard

Copied

Hi.

 

Did you set up any Library symbols to be exported for ActionScript?

 

Please provide a relevant part of your code and if possible a screenshot.

 

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
New Here ,
Apr 17, 2021 Apr 17, 2021

Copy link to clipboard

Copied

Hi,

I didn't have but I do now thanks. So this comes up......

thanks again

Karina

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
LEGEND ,
Apr 17, 2021 Apr 17, 2021

Copy link to clipboard

Copied

LATEST

I think that the option JC pointed to is not needed, unless you are going on to add your own custom classes.

Did you try what I had suggested, and simply rename the movieclip so it doesn't have the same name as the button?

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