removing attachedMovies
removing attachedMovies
Out of context: Reply #10
- Started
- Last post
- 10 Responses
- PonyBoy0
for (var property in theClip) {
if (typeof theClip[property] == "movieclip") {
theClip.removeMovieC lip(property);
}
}qruise
(Mar 7 07, 15:14)
---
that kills anything thats a Movieclip symbol though... right?