Combo Box Novice

Hello, I am a novice actionscripter having trouble linking my combo box to the relevent scenes in the same movie, I am using Flash 6 and the script I am using is;

var myListener:Object = new Object();
gallery_cb.addEventListener(“change”,myListener);

myListener.change = function() {
gotoAndStop(gallery_cb.value);
}

*gallery_cb is the instance name of my combo box

Any help would be extremely helpful.

Cheers, Meta71.
:hair: