in one function i attach a move using attachMovieClip and in another i remove it. In the one where i remove it i first used removeMovieClip(darkb) but it didnt work so i used unLoadMovie(darkb), and it worked. What is the difference between them so i know which one to use in future.