Multiple choice technology web technology

I can use removeMovieClip only if:

  1. Movie Clip is dynamically attached

  2. Movie Clip is physically laying on the root

  3. Movie Clip is on _level0 only

  4. Movie Clip is empty

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In ActionScript, the removeMovieClip() function only works on movie clip instances that were created dynamically at runtime (e.g., using attachMovie or duplicateMovieClip). Author-time timeline instances cannot be directly removed this way.