acrionscript3

Flex: invalidateData

I've trouble getting my components to update when the params has changed: package mycompany { import flash.events.Event; import mx.events.SliderEvent; import mx.controls.HSlider; import mx.controls.sliderClasses.Slider; public class FromToSlider extends HSlider { /* from: */ private var _from:...

Resize Sprite Flex/ActionScript

Hello, I am creating Sprite objects as simple shapes, and would like to know how to resize them dynamically. my question: How can I enable the Sprite to be re-sized on mouse drag(perhaps enabling a only a portion of the Sprite for this behavior)? It might be important to note that I am using the Flex SDK, and therefore do not have f...