Mega Code Archive
Categories
/
Flex
/
Components
Change width with slider
private function changeWidth():void { this.width = slider.value*150; }