How to do This Site

well hello again, i was wonering if anyone has any tutorials otehr than kirupas (its hard to understand) or could explain here how do to the page effect for this site

http://immigrantindustries.com ty

it’s a dead link, cheez
.

wtf…

k go to http://2advanced.com go to portfolio, then go to Immigrant industries… i need the effect for the pages the movements…

I think this could help you, it’s almost exactly the same effect, just needs a bit of tweaking as far as the “amount” variable goes.
You’ll see what I mean.
Tell me if it works
Lata

Her’s the flas

Dammit.!!!
Here it is

hmmz dunno if this will help…
what i do is i make those as buttons first… but for the over state i replace them with a movieclip to handle the animation that u want… :slight_smile:

THATS IT… exactlyi what i want, can u break it down, i mean i dont get the actions for the over buttons, like how it triggers the page to move to an exact point…

Sorry, I forgot to put the actions on the main timeline, so here is the updated fla with an explanation:
OK the code on the mc is all commented so you should be able to see whats going on there.
On the main timeline, we have “amount=50”.50 is the xpos of the mc on the stage, so we put those actions there so every time the movie loads, the mc will be sitting in that place.
Now, on each of the buttons, we have a different value for “amount”. To get these values :

The value for the first button is the same as that on the main timeline, as"Home" is our first menu item.

Then move the mc left until the next item is in the position that you would like it to be, and check it’s x value, this is the value that should be used on the button, and so on , . . . .

This can also be done vertically, with the mc being moved up instead of left.

alright i get everything, but wha ti dont understand is how the button triggers the movie clip to move… i mean… amount = 50 how does it know to move the movie clip…

wait wait i see the actions on the clip now… :-[ heheh thnx

Glad it’s OK

alright i got a problem. i tried to recreate the site, and i copied the action script from your mc to mine, and it works, but its really off line, like when i put in the X coordinance, its doesnt go to the same place it shows on the fla, also how did you get those green lines there… :expressionless:

attatchment

Hey man,
Do you want to try and attach the fla again, I can download it but cannot open it. Try calling it a different name.Thanks

As for the green lines, they are the guides.
Press “ctrl+alt+shift+r” and the page rulers will appear.You can drag the guides out from the rulers, and drag them back onto the rulers to get rid of them . .

k sorry, http://tek-labs.com/test.fla should work, the buttons make the MC move, but not to the exact X location…

I do not now what makes the code do that as I have had some problems like that in the past.
I have taken a look, and just played around with different values for “amount”.The numbers might need to be a bit more refined, just adjust them slightly and keep testing the movie until you get the effect you want. They are pretty close at the mo’
Cheers

>:-]

I believe this is what you are looking for…

TD

TD arrow could run back to current menu item, when mouse is outside…

Nice one Tobydog!
Much better example.
And Fluid, how could one make the arrow detect which scene, or current menu item the user is on?