how would i remove a prototype from a movieclip during runtime in flash mx?
movieclipInstance.protoName = null;
oops i meant functions, how do i remove that? if it had some variables in the function will it reset if i make the function work again?
same applies