Remove All Movie Clips
Hi all,
In my application, I build a layout of seats depending on the user's selection. The number of seat movie clips ranges from 100 - 600 for any one section.
I use a setInterval to build my seats and assign them properties based on the Seat class I created which extends MovieClip.
When a user clicks a new section, how can I remove all the MovieClips in one shot?
I don't think a for loop will work in case the section is large. It could freeze the player. Any other suggestions?
-K
|