ok e quello può essere pr l'evento del mouse

invece per attivare ho provato a mettere:
codice:
this.onMouseMove = function()
{
  if(!this.hitTest(_root_xmouse,_root._ymouse))
         return;
...
}

e le prove del focus erano tipo:
- Selection.setFocus(this);
oppure
- _root.focusManager.setFocus(this)
- _focusManager.setFocus(this)

ecc...
il problema rimane che per attivare l'evento della rotella devo prima cliccare sul movieclip probabilmente per attivarlo
bohh

grazie
Teo