Hi Guys,

I want to make a simple hittest but I've forgotten the syntax.

I want the variable 'solo' to be true on mousedown on an object - not on a button!

It's goes something like ...

onClipEvent (mouseDown) {
if (hitTest( _root._xmouse, _root._ymouse, true));
solo = true;
}
}

Do I need a 'this' somewhere?

TIA
POD