Skip to content

Newly created MovieClip (defined by AnimateCC script) is unstoppable #779

Open
@tjutasi

Description

@tjutasi

Since AnimateCC publish everything as MovieClip the newly created MovieClips is unstoppable right after the creation, could stop only some time later. (FlashCC published the same objects as Container, and there was no problem to stop them) for example:

this.BG_holder=new lib.abui_BackGround();
this.BG_holder.title.gotoAndStop(0);

and this.BG_holder.title still loops it's timeline. When I click a button which call

this.BG_holder.title.gotoAndStop(0)
  • it's stopped at frame 0.

We can't use AnimateCC because of this bug.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions