Better Pixel Perfect Collision Detection in AS3
One of my friends on Kongregate has developed their own Pixel Perfect Collision detection method, designed specifically for speed. On average it is around 600ms faster for 10,000 iterations than my gSkinner AS3 port. I highly advise a switch to this method because speed is important in collision detection for irregular objects. You can read more about it on my github page, where I post a sample and source of a simple application that uses this new code
Cheers,
UnknownGuardian

Did you obtain permission from skyboy to distribute this?
Of course not. But since its on github, a public repository, it has no restrictions on who uses it last I checked. I’ll give a shout to skyboy right now to make sure.
EDIT: And he says yes, its public, so I can use it.
Hi,
I have some sprites that contain some lines drawn with lineTo moveTo that collide with a movieClip. I’ve tried both classes, the gSkinner port and SkyCollisionDetection but both fail to detect the collisions if I add a glow filter to the container of the line sprites. Any ideas?
Thanks!