Question
colision detector problem
I have a small animated ball (3px) that roll around the
stage. Also, I have a wall (thin line 1px) on the stage. I am
trying to detect colision between the ball and the wall. Every
EnterFrame I am checking for hitTest. The problem is that the ball
is very small and the wall is very thin so sometimes the ball
doesnt colide with the wall. it just skip it. Any
solution???