2 questions: howe to make a object move to a point / howe did this guy did this?

hi
I am making a 3D main menu for my game.
Now i got kind a what i want but i cant figure out howe to make all blocks go up and down.
like in this video: click
I can make it move a a sertain speed in a direction.
But i want the menu go down at some speed. Towards a specific point

second question:
i am making a hack slash game.
But i can’t figure out a nice way.
Now i got 2 systems. 1 that works with coliders and triggers.
And 1 with a targeting system and animation.
but both are not what i wanted.

i want a game where you can hack in to some 1. But also that you can block attacks.
i want it to look kinda like this except the third person part: click

thanks for reading
and i hope that some one can help me with my questions.

I’m realy sorry for my bad grammar

you can use raycasts from the camera to the object and if it hits in the desired button hightlight the button, and for the pressing, check if it hits and the mouse button is pressed, then do something inside that if.

for the animation, it would easier to simply use iTween instead of manually interpolate the positions of the buttons,

you can get itween here Google Code Archive - Long-term storage for Google Code Project Hosting.

hope this helps

Thnx for replying.
I am now working on it.

Now there is still one question left.
Howe did the guy with that game used that combat system( a direction would be realy help full)

thnx for reading and replying and i hope som 1 knows it