Buttons inside a Movie Clip

Your mc “splat” wasn’t on stage;)
I’ve putted it in your “dunce” mc [size=1](with a stop() on the first frame of “splat” and the instancename “splat”)[/size]
then with this code

onClipEvent(enterFrame){
	move();
}
onClipEvent (mouseDown) {
	splat.gotoAndPlay("thesplat")
}

your fish explodes=)

scotty(-: