Skip to main content
Participating Frequently
January 7, 2017
Answered

how target nested sybols

  • January 7, 2017
  • 1 reply
  • 282 views

Hi guys, i'm new to animate cc and i'll need a help. My questions are very basic. In the past i have worked for many years with flash since cs3 version. Now i'm trying to understand animate cc. i'm working on a html5 canvas project and i can't find material study to undesrtand how to target nested timelines and target nested movieclips. Someone could help me please?

tnx in advance.

    This topic has been closed for replies.
    Correct answer kglad

    in that respect, canvas works the same as as3:

    for a mc on the main timeline and code on the main timeline:

    this.mc;  // will reference mc

    this.mc.c; // will reference a child c of mc

    1 reply

    kglad
    Community Expert
    kgladCommunity ExpertCorrect answer
    Community Expert
    January 7, 2017

    in that respect, canvas works the same as as3:

    for a mc on the main timeline and code on the main timeline:

    this.mc;  // will reference mc

    this.mc.c; // will reference a child c of mc