I’ve created a page that contains 3 different movie clips that scroll left and right in respose to the mouse. They each move at different rates and create a parallax effect. My question is how do I ease the movie clips in and out of their stop positions? At the moment they all run full speed in and out of a stop.
Try putting your code between [ PHP ] [ /PHP ] tags (without spaces) for it to work without converting anything to html accidentally or something, because right now it doesn’t work even when I do fix it so I need the original code.
I tried creating an empty movie clip adding the event handler, onClipEvent(enterFrame) to help control the movments, but that wasn’t working properly and I don’t know if thats the best approach anyway.