Hi there!
In my main movie i got few buttons of different size and one bar on the bottom of the stage which is following the mouse.
Because the buttons are different i would like to shape this bar with the same size ( width ) every time.
sample :
small link like HOME will have a bar so long ----
long link like PERSONAL RESEARCH will have this bar ----------------------
thanks man
guess i 'll need few hours to realize what u suggested me.
i am using button symbols.
iz 15 mins to 4 am here but i 'll try ur way.
be back soon
thanks again
on (rollOver){
_root.control.xPos=187;
_root.follow._width = tw._width;
}
on (release) {
loadMovie(“tw.swf”,“bio_dummy”);
}
// tw is the button istance.
as soon as u go over this button the bar became very very long (nearly the w-stage ) and it doesn’t change anymore.
funny trick but i guess i miss something…
i assigned an istance to the one of the buttons and i paste your code after mine as above…
going to try again
thanks
ciao
it can be sounds very stupid but i was thinking
who 's gonna tell the controller to reset the size bar when the user goes out of the hit area ??
do i need a onRollOut action ??
very stupid but…