Congratulations, you've done a fine job on the site. It functions very well. I must ask you a favor. I've just completed my new design site which has a similar sliding window effect. However, my slider moves slow and clunky now that it has all the elements in it. Would you be willing to share the codes you used or refer me to a tutorial that explains your code? My site can be viewed here:
http://fineartwebdesign.com/mediashox/Main.html
Check it out, and you'll see what I'm talking about.
I used this code in the slider MC itself:
onClipEvent (enterFrame) {
Xsquare = _root.menu._x;
Xdiff = Xpos-Xsquare;
Xmove = Xdiff/10;
_root.menu._x = Xsquare+Xmove;
updateAfterEvent(enterFrame);
}
Here's a sample of a button code: on (release) {
_level0.menu.Xpos = -700;
}
Your help would be much appreciated. Let me know, thanks, Metrov