Tweening a object w/actionscript

is it possible to make a object (box in my case) increase its width over a series of frames with actionscript? I would assume it would be somthing like this:


on (release) {
tellTarget("/path") {
this.box._width=200
}
}

its not working…
any ideas?