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

Error Messages when Exporting and Camera Layer Disappears

New Here ,
May 06, 2020 May 06, 2020

Copy link to clipboard

Copied

I'm trying to export my animation to an SWF and QuickTime file but every time I get three error messages and two layers disappear in the exported file: my camera layer and a layer I used for fade in and outs.

 

Here are the error messages:

1152: A conflict exists with inherited definition flash.display:DisplayObject.name in namespace public.

5000: The class 'privatePkg.___Camera___' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.

5000: The class 'privatePkg.___LayerProp___' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.

 

My "advanced layers" is on by the way.

TOPICS
ActionScript , Code , Import and export

Views

408

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 ,
May 07, 2020 May 07, 2020

Copy link to clipboard

Copied

LATEST

from https://smile.amazon.com/Flash-Game-Development-Social-Mobile/dp/1435460200/ref=sr_1_1?dchild=1&keyw...

 

1152: A conflict exists with inherited definition xxxx in namespace public.

You are trying to use an ActionScript key word as a variable.  To remedy, change that variable's name to a non-keyword.

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