posted by: martijn, at 17 July 2008 9:13 GMT+1, 17 July 2008 9:17 GMT+1
The mx.effects.Move class has given me a lot of headaches lately. Yesterday I discovered that a bug in a project i'm working on was caused by this class. I replaced the move class with the tweener class and the bug was disappeared. Somehow the class caused other sprites to turn invisible at random (maybe they got moved to, I still don't know what exactly happened).
posted by: martijn, at 1 July 2008 20:42 GMT+1, 1 July 2008 22:15 GMT+1
For the first time in my professional history I’m blessed with co-workers that also know Flex (and Flash of course).
I’m thinking about a workable system to collaborate together with Flex Builder. It is possible to just edit together in the same Flex project (like we do with PHP projects), but Flex will build every time a file is saved (I know this can be turned off) which tells me there must be a better way.