More precise hit test

How do I have hit test activate only when the actual images touch, and not just the blue boxes?.. :hat:

http://actionscript-toolbox.com/samplemx_bounceCollide.php

I can only get it to semi-work… :hat:

(Wait… nevermind! ^^)

Is there a different way of doing this? I’m wondering how this was done…

[AS]if (this.hitTest(_root._xmouse, _root._ymouse, true)){
//do this
}[/AS]

Make your shape a movie clip symbol, then run that code onEnterFrame. Where “//do this” is you put your actions that you want to happen if the mouse hits the shape.