Hi,

Can anyone help me with this.. im trying to do a shape hittest against a imported png with transparent areas..

PHP Code:
if (_root.circlePNG.hitTest(_root.square._x_root.square._ytrue)) {
     
trace('Hit');

above is an example of the code i used, the square png image would be hitting the circle png image with transparency around the outside.

The hittest is working alright but its picking up the transparent area as a hittest instead of just the visible area as thought the circle is a square.

Any ideas?
thanks.