Prev: Events handler
Next: video
From: ciwee_ufrj on
Hi
I need to detect wether a movie clip collide to other.. but the other
movieclip has a "blank" space wich hasnt to be considered... its oval...
MovieClip.hitTest detects collision even in this empty area inside the rectangle

How do I solve it?

I thought of detectiong the color of a single pixel of the oval movieclip and
compating its alpha.. if the alpha is 0 so the pixel is empty and the collision
shall not be detected..

Although I dont know how to get pixel color from a MovieClip.. is this way the
right? is there any other solutions?

thank you all in advance

 | 
Pages: 1
Prev: Events handler
Next: video