Skip to content

this.removeMovieClip() should immediately return #11

@n0samu

Description

@n0samu

Description
When a clip destroys itself via this.removeMovieClip(), the currently executing function immediately returns. Here is a minimal sample reproducing the issue: removeMovieClipReturn.zip
In Flash Player, "After this.removeMovieClip()" is never traced because the function immediately returns after removeMovieClip(). But in AwayFL, the function continues executing, so the trace appears.

Steps to reproduce the issue

  1. Load the provided SWF in AwayFL
  2. Click the blue rectangle
  3. Observe the values traced in the console

Expected outcome
"After this.removeMovieClip()" should not be traced.

Actual outcome
"After this.removeMovieClip()" is traced.

Metadata

Metadata

Assignees

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