Question: say, I want to generate an animation with a script via script links. I want to instantiate a class and have that object perform a method each subsequent frame. I have the class definitions and the code all in the same text. How do I keep from instantiating a new object of that class with every frame and will the instantiated object remain available for subsequent frames?
(did I make myself clear? please let me know if not, to explain more carefully)