Tagged with 'Design Patterns'
Snippets
-
Responsible Animation Class by lolablissie
This is a general pattern I use for a class that performs and animates responsibly. The trick it to use this pattern for an object and all of its children; the general pattern is 1)Instantiate 2)Call loadAndStart() and when done with the object 3)stopAndUnload()


