more elements in one SpriteVisualElement in flex
- by user325753
I did it like this, but the old broadcast, doesn’t stay it is replaced with the ew one!
`public function broadCastMeNow(event:Event):void
{
camId = comments.selectedItem["o_id"];
broadCastMe = new broadcastNow(camId);
connn.addChild(broadCastMe);
connn.x += 100;
}
s:SpriteVisualElement x=”100? id=”connn”
`
How can I make it that it stays and adding the new one on x +=100px?