http://firstbornmultimedia.com click portfolio… how the heck is this done. Can someone please expain? thanks
What are you specifically refering to ? The mouse over effect ?
It’s pretty easy, just write an onEnterFrame loop that keep track of the width of the object to the left and adjust the position (x) by the x of the object to the left plus the width of the object to the left plus whatever margin/space you want to keep between the images, so: (if all images are mc’s)
mcImage2._x = mcImagine1._x + mcImage1._width + 5;
mcImage3._x = mcImagine2._x + mcImage2._width + 5;
And so on,
Now you have that rollOver effect which shows a larger image, the new width will automaticall adjust all the x positions of the other images. (in short: they will move to the right, and onRollOut they move back to the left.
If you do it like that you only have to position the first image of every row on the correct x position and the rest will automatically shift into the right position
(because the onEnterFrame keeps looping).
Was that what you meant ?
Thanks for the help… is there anybody that has a fla. file of this? also… how do you create the fly in effect?
wow thats a sweet site.
I’ve prepared two examples, and I’m trying to upload, but Mozilla gives me a stupid ‘document contains no data’ error.
Let me try again in a minute.