Could someone share a bit of code for attachMovie removeMovie?

I just basicly need a small example of script of attachMovie Do something then removeMovie

I am trying to understand advanced Fuse http://www.mosessupposes.com/Fuse/

and can make things do stuff now, but not sure how to make the code listen to timed events.

ex:

attachMovie("ball"", "ball", 0);
#fuse code for a move ball
#or just AS for a move in the meantime
#then 
ball.removeMovie();

As in the movie clip goes poof , gone not on stage,

Please help :smiley: