Deleting movie Clips

I have button that adds text to a movie, and u can resise it and change the color and stuff like that, the txt comes in as a movie clip, but i want it so the user can also delete the text. what script do i apply to a button to delete the movie clip ?

cheers!!:thumb:

[AS]unloadMovie(mcName);[/AS]would delete the entire movieclip, but it sounds like you just want to make the text selectable.

[quote=BlueNar]ActionScript Code:
[FONT=Courier New][LEFT][COLOR=#0000ff]unloadMovie[/COLOR]COLOR=#000000[/COLOR];
[/LEFT]
[/FONT]
The above code help me out cheers Buddy ! :angel: