Off clicking / release?

Hey everyone,

I am using a movieclip as a button and actionscript 1/2. So you click on a red dot and an address appears. However for obvious reasons when you click off the address remains. What code do I use for a simple off clicking and the address goes? I have tried setting up a label and using the off release tool but this does not work.

Current code is:

on (release) {
_parent.targetMC1.gotoAndStop (“play”);

}
Thanks

George