how do i create an empty movie clip say, a rectangle, with only the outlines and no fill? the rectangle border will load at a position, say, (0,0), then when i mouseover on the other buttons, it will ease to their coordinates, but the length will change according to the text length
i wan to use it for my nav bar
mmmh, onClipEvent(load) can only be used on MCs. So you’d have to create an empty MC. Since you’re asking how to create an MC with ActionScript, you’d have to use the
thank you for answering my qns, but i wan it to change size when i rollOver on everybutton, according to the text length…assuming u noe the text length, how’d u do it?