-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
- Load the provided SWF in AwayFL
- Click the blue rectangle
- 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