1

If I removeChild frame animated Movieclip, will it automatically stop running the frames inside it? Actually without calling mc.stop();

Almas Adilbek
  • 4,371
  • 10
  • 58
  • 97

2 Answers2

1

No. The timeline will still play, and all the framescripts you might have in there will still be called. Beware of the timeline devils :)

a--m
  • 4,716
  • 1
  • 39
  • 59
1

I believe it will continue to play, reason being your movie clip is still a flash entity not on stage( so not for you), but for flash (yes he can see all).

So once you create a new movieclip, play it... you can add or remove the running clip without stopping. Basically changing parent doesn't change the state of the mc.

loxxy
  • 12,990
  • 2
  • 25
  • 56