First off, thank you so much for the awesome script.
I'm trying to use this in a project file that's bigger in size than the dimensions in the tutorial. The project I put it into is 962 pixels wide, the carousel itself is about 400 pixels wide, I want it positioned on the right half of the project, so I put the code in a blank movie clip and positioned it on the right.
It works fine, but the problem is the rotation gets crazy fast as the mouse moves to the left side of the stage, because there's so much more space on the left then there is on the right. I only want for it to stop gaining speed when the mouse leaves the carousel area.
Any idea how to address this in the code? Two solutions I can think of, set a maximum speed for the rotation, or make it stop listening to mouseover listener somehow when not in the carousel area. Not sure how to go about this though.
It's almost done, but this issue makes it completely unusable for me. Any tips appreciated.