Ok I am having some really big problems with this. For some reason I cant get this to work for me :S. If some one can help me with it, it would be great.
This is what I tried
on (press){
if (_root.MCSmallMenu.hitTest(_root.background1, true)){
_root.MCSmallMenu.startDrag;
}else{
stopDrag();
}
Can someone tell me what I have done wrong?? I only want MCSmallMenu to drag inside background1. :S I know its only easy but for some reason my head is not working around it at all.