PDA

View Full Version : moving mc depending from the content inside


veebryss
10-13-2004, 04:42 PM
i'm interested how to make horizontal mc thats is moving smoothly left or right depending from the content inside if the pictures are not in the same size and nuber of pictures is different sometimes, do I have to always do it manually like mesure the pictures etc
because i will do it like 50 or more times so maybe some people that are more clever from me know how to do it

here is fantastic example what i mean but i think working with the same size pictures thanx
http://www.joshuadavis.com/pound.html

Tink
10-13-2004, 06:13 PM
if you load the images into movieClips (make sure each had fully loaded). then check the width of the clips, and position all the clips using the position of the previous clip and its width.

make any sense?