Skip to main content
Participant
November 5, 2018
Answered

Error 1010

  • November 5, 2018
  • 1 reply
  • 672 views

Anyone having any issues with version 19 and MC’s children.

I have a simple MC (aa) and inside this is a dynamic text field (bb)

  1. aa.bb.text = “hello”;  gives the following error

TypeError: Error #1010: A term is undefined and has no properties.

Works just fine in version 18, just not version 19

Anyone else having this issue?

This topic has been closed for replies.
Correct answer UDESCO

In 19.0, Advanced layers are enabled by default. What it does is publishes all the layers as Symbols. So, in order to access child objects on timeline, they have to be referenced via layer names.

See here for more details: Create timeline layers with Animate CC

1 reply

UDESCO
UDESCOCorrect answer
Participating Frequently
November 5, 2018

In 19.0, Advanced layers are enabled by default. What it does is publishes all the layers as Symbols. So, in order to access child objects on timeline, they have to be referenced via layer names.

See here for more details: Create timeline layers with Animate CC