on a new movieclip somehwere on the stage (doesn’t matter where)
And then use this for the bar (which should be a button with the registration point on the right side I think)
[AS]
on(rollOver){
_root.targW = 150;
}
on(rollOut){
_root.targW = 15;
}
[/AS]
But then there’s the problem of the other buttons that have to move along … I’ll see what I can do, or else leave that someone else.