this is some of the script of my homepage:

_root.containerLargeIMG.startDrag()
loadMovie(nameLargeImage,_root.mask.containerLarge IMG);
_root.mask._x = -30;
_root.mask._y = -30;
_root.mask.onPress = function(){
startDrag(false)
}

The "containermovieClip" is embedded in the "mask" movieclip. I try to control it with onPress, but that doesn't seem to work.

Any ideas??