PDA

View Full Version : menu float, begginner pls help!!!!!!!


medais
09-21-2005, 10:16 AM
hi all,

i have a horizontal menu bar in a flash movie. it is so long(13 items) it jumps out of the stage. so i want it to float on the top horizontaly according to mouse over. when i take the mouse to left of menu bar the extreme left menu button should be visible and when at right menu bar the right menu button should be visible. with out mouse over the menu bar should be aligned to the center of bar.
is it possible. can any one guide me. i am beginner in flash scripting.

thanks in advance.

medais

algo
09-21-2005, 12:56 PM
try:

_root.menuBar._x = -_xmouse+_root.menuBar._width/2

medais
09-24-2005, 05:22 AM
let me try
thanx 4 ur support

medais