I have an object which, while it displays a certain animation, should change its superior class to another one. It initially extends Surface and I want to switch it to extend Misc while that animation is running and then return to Surface when done. Is there a command to change the superior class?

