Skip to content

addTimedChild doesn't work with frame labels, only fame numbers #80

@stevenalanstark

Description

@stevenalanstark

I haven't investigated thoroughly here, instead I just use a work around. But I still wanted to report the issue.

I would like this to work:

 targetClip.addTimedChild( mc, "label" );

but, instead, I need to:

let frameNum:number = targetClip._labelDict["label"];
targetClip.addTimedChild( mc, frameNum );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions