Skip to main content
October 2, 2007
Question

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

  • October 2, 2007
  • 2 replies
  • 2046 views
I am not receiving any errors when I check syntax but I am getting this meesgae when I go to publish.

I am learning so if anyone one has a laymens answer I thank you in advance.


Hugo
This topic has been closed for replies.

2 replies

Inspiring
October 2, 2007
You might have misnamed an object. For example, if you placed a TextField on
the tiomeline and named it "name", it would conflict with the
DisplayObject.name property.


October 2, 2007
Anyone?