Best practices for handling math calculations in a flash project?
        Posted  
        
            by VideoDnd
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by VideoDnd
        
        
        
        Published on 2010-03-29T14:10:19Z
        Indexed on 
            2010/03/29
            14:53 UTC
        
        
        Read the original article
        Hit count: 432
        
I'm building a Flash project where it needs to handle some math, like an acceleration formula. My director has recommended a design pattern where I include the calculations directly in the flash object, but that doesn't seem like it's very good OOP.
What's the best practice for calculations in Flash? Should it be a separate object, so I can keep the "non-Flash" parts together and out of the way? What are people's experiences with including it inline vs. keeping it separate?
© Stack Overflow or respective owner