codice:
onClipEvent (enterFrame) { 
	if (_root.pet.hitTest(_root.pile)) { 
		_root.gotoAndPlay("ok"); 
	} else if (_root.pet.hitTest(_root.cont)) { 
		_root.suono.start(0, 1); 
	} 
}
?