Simple Question

Hi there,

I have a very simple question. I need something on website I’m building to shrink on just the first click of the mouse.

Here the as I’m using:

onMouseDown= function () {
homeone.gotoAndPlay(“shrink”)
}

How do I write it so anything after the first click won’t register?

Thanks