Hello, I'm using a simple animation that scales up a actor when the mouse passes over the actor. My application is paged based, similar to a media center. At application start up, I create all pages and hide them all, except the current one. If I remove most of the pages and just keep the current one, then the animation is smooth. However if many pages are loaded, the animation's framerate is low. Hidden actors are not drawn, so it looks like some kind of caching problem. Before modifying my code, I would like to ask whether there is a recommended approach for actor creation / deletion. Should I create / destroy pages when needed?
Thanks a lot, Julien
