removing attachedMovies
removing attachedMovies
Out of context: Reply #8
- Started
- Last post
- 10 Responses
- qruise0
actually i figured out a solution. here's the code if ur interested.
for (var property in theClip) {
if (typeof theClip[property] == "movieclip") {
theClip.removeMovieClip(property...
}
}