Skip to main content
Participant
May 7, 2020
Question

Error Messages when Exporting and Camera Layer Disappears

  • May 7, 2020
  • 1 reply
  • 464 views

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.

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 7, 2020

from https://smile.amazon.com/Flash-Game-Development-Social-Mobile/dp/1435460200/ref=sr_1_1?dchild=1&keywords=Flash+Game+Development%3A+In+A+Social%2C+Mobile+and+3D+World%2C+Course+Technology&qid=1588860928&sr=8-1&tag=bestreview0cd-20

 

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.