Skip to content

Animate First Frame Actions #877

Open
@gobigfoot

Description

@gobigfoot

Using a button to move between frame 0 and 1 in a container movie clip.

The child movie clip only exists on frame 0
this.timeline.addTween(cjs.Tween.get(this.instance).to({_off:true},1).wait(1));

When the container clip moves from frame 1 to frame 0 the actions on frame 0 in the child clip are not executed.

http://plnkr.co/edit/Zlt7xohiG4FoPb2PGKRa?p=preview

In this example the 'test' movie clip should never advance, but the actions on frame 0 do not execute and allow it to play.

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