I created a menu for the my website and I wanted the munu to indicate the current page. The menu has a movie for each page link and the following script is applied to each movie when its corresponding page is pulled up.
Code:
onClipEvent (enterFrame) {
	gotoAndStop(10);
}
I know there is a better way of doing this but have not figured it out. Any help plaese!

David