Help needed with DragMenu

hi all, i have a problem, i’m trying to do this tutorial but on Y axis: > link <

everything works fine. but, as i said, my menu is on the _y axis. so hm i tought that it was simple as hell: change the _x for _y, _widht for _height etc.

but here’s the problem, i can’t get it work that way and i don’t know what i am doing wrong.

Can someone tell me what’s wrong with the code i’m using?

thanks a lot!

  • (desperate) zod

well, i found something,
the problem seems to come from the action of the ‘Drag’ clip
in the onClipEvent (enterFrame) if add:

_root.general._y += (ratio * dydrag);

it works well, but i loose the inertia.

if someone have an idea why, tell me :slight_smile:

see ya,

  • zod