dragEnabled on a button

2016-09-04 Thread scott matheson
Hi i am making my own draggable switch, I was expectin g to set the dragEnabled on the Button id=“indicatorButton” but this does not seem to be a propriety can you Drag buttons ? Scott

Re: dragEnabled on a button

2016-09-04 Thread Kyle McKnight
I believe dragEnabled is defined on list based controls. You will probably have to use DragManager to do something like dragging a button On Sep 4, 2016 4:50 PM, "scott matheson" wrote: > Hi >i am making my own draggable switch, I was expectin g to set the > dragEnabled on the Button > >

Re: dragEnabled on a button

2016-09-04 Thread Alex Harui
Are you looking for the ToggleSwitch component? http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/spark/co mponents/ToggleSwitch.html -Alex On 9/4/16, 1:50 PM, "scott matheson" wrote: >Hi > i am making my own draggable switch, I was expectin g to set the >dragEnabled on the