[flexcoders] Blur behind component

2012-06-30 Thread Wes
shader is there any way to link the size and position of two unrelated components. This would be useful for underlays/overlaying Wes Sent from my Kindle Fire

Re: [flexcoders] AS help. Multi deleting from a list.

2005-05-01 Thread Wes Leonardo
Thanks all for your help.   I went with the states.removeItemAt(delState[i]-i); solution since it was the quickest to implement. I did have to add delStates.sort() in the beginning of the function since selectedIndencies() could be set to (1,0,4,3) depending on which order you select the states