The site I have works fine, except I can't figure why the navigation is requiring a "double click" on some of the images. They are all coded to open new movie on mouse down. Sometimes they work fine, but sometimes you have to ckick twice to get the on mouse down action to work. Any ideas would be greatly appreciated.

//this controls "visual cue"
on (rollOut) {
gotoAndPlay("out");
_root.CURSOR._visible = false;
}
//this calls new movie 1 level above current
on (release) {
loadMovieNum("projects/residential_01/01.swf", 3);
}

The icons I am speaking of are not on the first page, but on any of the subsequent pages where there are project icons. click around on a few and you will notice that some require two clicks instead of a single click as it was designed.

http://www.tntarch.com