Flex中进行像素级碰撞检测

Flex中判断两个obj之间是否碰撞很容易,调用hitTestObject只能做外接正矩形区域的检测,调用hitTest则可以做像素级检测。


hitTest方法参考: http://www.mikechambers.com/blog/2009/06/24/using-bitmapdata-hittest-for-collision-detection/



你可能感兴趣的:(Flex)