try this, make a rectangle with nothing in it just the outline the make a square box about as thin as a line(put this all on the fla with the first thing i showed you and in your button type in this codeQuote:
Originally Posted by alexgeek
i also attached the flaCode:on(press){
_root.bar._height += 1;
_root.bar._y += 6;
}
